Method: Aws::ManagedBlockchainQuery::Types::AssetContract#contract_identifier

Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

#contract_identifierTypes::ContractIdentifier

The container for the contract identifier containing its blockchain network and address.



58
59
60
61
62
63
64
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 58

class AssetContract < Struct.new(
  :contract_identifier,
  :token_standard,
  :deployer_address)
  SENSITIVE = []
  include Aws::Structure
end