Class: Aws::ManagedBlockchainQuery::Types::GetAssetContractOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contract_identifierTypes::ContractIdentifier

Contains the blockchain address and network information about the contract.



356
357
358
359
360
361
362
363
# File '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_addressString

The address of the deployer of contract.

Returns:

  • (String)


356
357
358
359
360
361
362
363
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 356

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

#metadataTypes::ContractMetadata

The metadata of the contract.



356
357
358
359
360
361
362
363
# File '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_standardString

The token standard of the contract requested.

Returns:

  • (String)


356
357
358
359
360
361
362
363
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 356

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