Class: Aws::ManagedBlockchainQuery::Types::AssetContract

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#contract_identifierTypes::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_addressString

The address of the contract deployer.

Returns:

  • (String)


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_standardString

The token standard of the contract.

Returns:

  • (String)


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