Uses of Class
software.amazon.awssdk.services.managedblockchainquery.paginators.ListAssetContractsIterable
-
Packages that use ListAssetContractsIterable Package Description software.amazon.awssdk.services.managedblockchainquery Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which makes it easier for you to extract contextual data related to blockchain activity. -
-
Uses of ListAssetContractsIterable in software.amazon.awssdk.services.managedblockchainquery
Methods in software.amazon.awssdk.services.managedblockchainquery that return ListAssetContractsIterable Modifier and Type Method Description default ListAssetContractsIterableManagedBlockchainQueryClient. listAssetContractsPaginator(Consumer<ListAssetContractsRequest.Builder> listAssetContractsRequest)Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).default ListAssetContractsIterableManagedBlockchainQueryClient. listAssetContractsPaginator(ListAssetContractsRequest listAssetContractsRequest)Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
-