Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listAssetContractsResponseAssetContract")
fun Flow<ListAssetContractsResponse>.contracts(): Flow<AssetContract>

This paginator transforms the flow returned by listAssetContractsPaginated to access the nested member AssetContract

Link copied to clipboard
@JvmName(name = "listFilteredTransactionEventsResponseTransactionEvent")
fun Flow<ListFilteredTransactionEventsResponse>.events(): Flow<TransactionEvent>

This paginator transforms the flow returned by listFilteredTransactionEventsPaginated to access the nested member TransactionEvent

@JvmName(name = "listTransactionEventsResponseTransactionEvent")
fun Flow<ListTransactionEventsResponse>.events(): Flow<TransactionEvent>

This paginator transforms the flow returned by listTransactionEventsPaginated to access the nested member TransactionEvent

Link copied to clipboard
@JvmName(name = "listTokenBalancesResponseTokenBalance")
fun Flow<ListTokenBalancesResponse>.tokenBalances(): Flow<TokenBalance>

This paginator transforms the flow returned by listTokenBalancesPaginated to access the nested member TokenBalance

Link copied to clipboard
@JvmName(name = "listTransactionsResponseTransactionOutputItem")
fun Flow<ListTransactionsResponse>.transactions(): Flow<TransactionOutputItem>

This paginator transforms the flow returned by listTransactionsPaginated to access the nested member TransactionOutputItem