aws.managedblockchain_query.list_asset_contracts
Example SQL Queries
SELECT * FROMaws.managedblockchain_query.list_asset_contractsWHERE"contract_filter" = 'VALUE';Description
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
The Bitcoin blockchain networks do not support this operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contract_filter Required Input Column Contains the filter parameter for the request. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| contract_identifier The container for the contract identifier containing its blockchain network and address. | STRUCT( |
Show child fields
| |
| deployer_address The address of the contract deployer. | VARCHAR |
| token_standard The token standard of the contract. | VARCHAR |