Class: Aws::ManagedBlockchainQuery::Types::ContractMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ContractMetadata
- Includes:
- Structure
- Defined in:
- 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.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 277 class ContractMetadata < Struct.new( :name, :symbol, :decimals) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the token contract.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 277 class ContractMetadata < Struct.new( :name, :symbol, :decimals) SENSITIVE = [] include Aws::Structure end |
#symbol ⇒ String
The symbol of the token contract.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 277 class ContractMetadata < Struct.new( :name, :symbol, :decimals) SENSITIVE = [] include Aws::Structure end |