Class: Aws::ManagedBlockchainQuery::Types::ContractMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ContractMetadata
- 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
-
#decimals ⇒ Integer
The decimals used by the token contract.
-
#name ⇒ String
The name of the token contract.
-
#symbol ⇒ String
The symbol of the token contract.
Instance Attribute Details
#decimals ⇒ Integer
The decimals used by the token contract.
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 |
#name ⇒ String
The name of the token contract.
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 |
#symbol ⇒ String
The symbol of the token contract.
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 |