# Functions
NewAddressBalanceLoader creates a new AddressBalanceLoader given a fetch, wait, and maxBatch.
NewBlockLoader creates a new BlockLoader given a fetch, wait, and maxBatch.
NewPostLoader creates a new PostLoader given a fetch, wait, and maxBatch.
NewProfileLoader creates a new ProfileLoader given a fetch, wait, and maxBatch.
NewSlpBatonLoader creates a new SlpBatonLoader given a fetch, wait, and maxBatch.
NewSlpGenesisLoader creates a new SlpGenesisLoader given a fetch, wait, and maxBatch.
NewSlpOutputLoader creates a new SlpOutputLoader given a fetch, wait, and maxBatch.
NewTxInputsLoader creates a new TxInputsLoader given a fetch, wait, and maxBatch.
NewTxOutputLoader creates a new TxOutputLoader given a fetch, wait, and maxBatch.
NewTxOutputsLoader creates a new TxOutputsLoader given a fetch, wait, and maxBatch.
NewTxOutputSpendLoader creates a new TxOutputSpendLoader given a fetch, wait, and maxBatch.
NewTxRawLoader creates a new TxRawLoader given a fetch, wait, and maxBatch.
NewTxSeenLoader creates a new TxSeenLoader given a fetch, wait, and maxBatch.
# Structs
AddressBalanceLoader batches and caches requests.
AddressBalanceLoaderConfig captures the config to create a new AddressBalanceLoader.
BlockLoader batches and caches requests.
BlockLoaderConfig captures the config to create a new BlockLoader.
PostLoader batches and caches requests.
PostLoaderConfig captures the config to create a new PostLoader.
ProfileLoader batches and caches requests.
ProfileLoaderConfig captures the config to create a new ProfileLoader.
SlpBatonLoader batches and caches requests.
SlpBatonLoaderConfig captures the config to create a new SlpBatonLoader.
SlpGenesisLoader batches and caches requests.
SlpGenesisLoaderConfig captures the config to create a new SlpGenesisLoader.
SlpOutputLoader batches and caches requests.
SlpOutputLoaderConfig captures the config to create a new SlpOutputLoader.
TxInputsLoader batches and caches requests.
TxInputsLoaderConfig captures the config to create a new TxInputsLoader.
TxOutputLoader batches and caches requests.
TxOutputLoaderConfig captures the config to create a new TxOutputLoader.
TxOutputsLoader batches and caches requests.
TxOutputsLoaderConfig captures the config to create a new TxOutputsLoader.
TxOutputSpendLoader batches and caches requests.
TxOutputSpendLoaderConfig captures the config to create a new TxOutputSpendLoader.
TxRawLoader batches and caches requests.
TxRawLoaderConfig captures the config to create a new TxRawLoader.
TxSeenLoader batches and caches requests.
TxSeenLoaderConfig captures the config to create a new TxSeenLoader.