Package-level declarations
Functions
Link copied to clipboard
This paginator transforms the flow returned by listAssetContractsPaginated to access the nested member AssetContract
Link copied to clipboard
This paginator transforms the flow returned by listTransactionEventsPaginated to access the nested member TransactionEvent
Link copied to clipboard
fun ManagedBlockchainQueryClient.listAssetContractsPaginated(initialRequest: ListAssetContractsRequest): Flow<ListAssetContractsResponse>
fun ManagedBlockchainQueryClient.listAssetContractsPaginated(block: ListAssetContractsRequest.Builder.() -> Unit): Flow<ListAssetContractsResponse>
Paginate over ListAssetContractsResponse results.
Link copied to clipboard
fun ManagedBlockchainQueryClient.listTokenBalancesPaginated(initialRequest: ListTokenBalancesRequest): Flow<ListTokenBalancesResponse>
fun ManagedBlockchainQueryClient.listTokenBalancesPaginated(block: ListTokenBalancesRequest.Builder.() -> Unit): Flow<ListTokenBalancesResponse>
Paginate over ListTokenBalancesResponse results.
Link copied to clipboard
fun ManagedBlockchainQueryClient.listTransactionEventsPaginated(initialRequest: ListTransactionEventsRequest): Flow<ListTransactionEventsResponse>
fun ManagedBlockchainQueryClient.listTransactionEventsPaginated(block: ListTransactionEventsRequest.Builder.() -> Unit): Flow<ListTransactionEventsResponse>
Paginate over ListTransactionEventsResponse results.
Link copied to clipboard
fun ManagedBlockchainQueryClient.listTransactionsPaginated(initialRequest: ListTransactionsRequest): Flow<ListTransactionsResponse>
fun ManagedBlockchainQueryClient.listTransactionsPaginated(block: ListTransactionsRequest.Builder.() -> Unit): Flow<ListTransactionsResponse>
Paginate over ListTransactionsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listTokenBalancesPaginated to access the nested member TokenBalance
Link copied to clipboard
This paginator transforms the flow returned by listTransactionsPaginated to access the nested member TransactionOutputItem