Module: Aws::ManagedBlockchainQuery::Client::_GetAssetContractResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetContractOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contract_identifier ⇒ Types::ContractIdentifier
- #deployer_address ⇒ ::String
- #metadata ⇒ Types::ContractMetadata
- #token_standard ⇒ "ERC20", ...
Instance Method Details
#contract_identifier ⇒ Types::ContractIdentifier
108 |
# File 'sig/client.rbs', line 108
def contract_identifier: () -> Types::ContractIdentifier
|
#deployer_address ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def deployer_address: () -> ::String
|
#metadata ⇒ Types::ContractMetadata
111 |
# File 'sig/client.rbs', line 111
def metadata: () -> Types::ContractMetadata
|
#token_standard ⇒ "ERC20", ...
109 |
# File 'sig/client.rbs', line 109
def token_standard: () -> ("ERC20" | "ERC721" | "ERC1155")
|