Module data_loader_wrapper

Module data_loader_wrapper 

Source
Expand description

Data loader wrapper for blockchain data access.

This module provides a wrapper around the chain store for efficient loading of cell data and other blockchain information needed for transaction verification.

Structs§

BorrowedDataLoaderWrapper
Borrowed DataLoaderWrapper with lifetime
DataLoaderWrapper
DataLoaderWrapper wrapChainStore impl HeaderProvider CellDataProvider EpochProvider

Traits§

AsDataLoader
Auto transform Arc wrapped ChainStore to DataLoaderWrapper