Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceInputItem

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

Overview

The container for the input for getting a token balance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::BlockchainInstant

The container for time.



132
133
134
135
136
137
138
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132

class BatchGetTokenBalanceInputItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant)
  SENSITIVE = []
  include Aws::Structure
end

#owner_identifierTypes::OwnerIdentifier

The container for the identifier of the owner.



132
133
134
135
136
137
138
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132

class BatchGetTokenBalanceInputItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant)
  SENSITIVE = []
  include Aws::Structure
end

#token_identifierTypes::TokenIdentifier

The container for the identifier for the token including the unique token ID and its blockchain network.

<note markdown=“1”> Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.

</note>


132
133
134
135
136
137
138
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132

class BatchGetTokenBalanceInputItem < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant)
  SENSITIVE = []
  include Aws::Structure
end