Class: Aws::ManagedBlockchainQuery::Types::GetAssetContractOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetAssetContractOutput
- Defined in:
- gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contract_identifier ⇒ Types::ContractIdentifier
Contains the blockchain address and network information about the contract.
-
#deployer_address ⇒ String
The address of the deployer of contract.
-
#metadata ⇒ Types::ContractMetadata
The metadata of the contract.
-
#token_standard ⇒ String
The token standard of the contract requested.
Instance Attribute Details
#contract_identifier ⇒ Types::ContractIdentifier
Contains the blockchain address and network information about the contract.
356 357 358 359 360 361 362 363 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 356 class GetAssetContractOutput < Struct.new( :contract_identifier, :token_standard, :deployer_address, :metadata) SENSITIVE = [] include Aws::Structure end |
#deployer_address ⇒ String
The address of the deployer of contract.
356 357 358 359 360 361 362 363 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 356 class GetAssetContractOutput < Struct.new( :contract_identifier, :token_standard, :deployer_address, :metadata) SENSITIVE = [] include Aws::Structure end |
#metadata ⇒ Types::ContractMetadata
The metadata of the contract.
356 357 358 359 360 361 362 363 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 356 class GetAssetContractOutput < Struct.new( :contract_identifier, :token_standard, :deployer_address, :metadata) SENSITIVE = [] include Aws::Structure end |
#token_standard ⇒ String
The token standard of the contract requested.
356 357 358 359 360 361 362 363 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 356 class GetAssetContractOutput < Struct.new( :contract_identifier, :token_standard, :deployer_address, :metadata) SENSITIVE = [] include Aws::Structure end |