Class: Aws::ManagedBlockchainQuery::Types::ContractMetadata

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

Overview

The metadata of the contract.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#decimalsInteger

The decimals used by the token contract.

Returns:

  • (Integer)


316
317
318
319
320
321
322
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 316

class ContractMetadata < Struct.new(
  :name,
  :symbol,
  :decimals)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the token contract.

Returns:

  • (String)


316
317
318
319
320
321
322
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 316

class ContractMetadata < Struct.new(
  :name,
  :symbol,
  :decimals)
  SENSITIVE = []
  include Aws::Structure
end

#symbolString

The symbol of the token contract.

Returns:

  • (String)


316
317
318
319
320
321
322
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 316

class ContractMetadata < Struct.new(
  :name,
  :symbol,
  :decimals)
  SENSITIVE = []
  include Aws::Structure
end