Class: Aws::ManagedBlockchainQuery::Types::AssetContract
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::AssetContract
- Defined in:
- gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb
Overview
This container contains information about an contract.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contract_identifier ⇒ Types::ContractIdentifier
The container for the contract identifier containing its blockchain network and address.
-
#deployer_address ⇒ String
The address of the contract deployer.
-
#token_standard ⇒ String
The token standard of the contract.
Instance Attribute Details
#contract_identifier ⇒ Types::ContractIdentifier
The container for the contract identifier containing its blockchain network and address.
58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 58 class AssetContract < Struct.new( :contract_identifier, :token_standard, :deployer_address) SENSITIVE = [] include Aws::Structure end |
#deployer_address ⇒ String
The address of the contract deployer.
58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 58 class AssetContract < Struct.new( :contract_identifier, :token_standard, :deployer_address) SENSITIVE = [] include Aws::Structure end |
#token_standard ⇒ String
The token standard of the contract.
58 59 60 61 62 63 64 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 58 class AssetContract < Struct.new( :contract_identifier, :token_standard, :deployer_address) SENSITIVE = [] include Aws::Structure end |