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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchainquery/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.



146
147
148
149
150
151
152
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146

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

#owner_identifierTypes::OwnerIdentifier

The container for the owner identifier.



146
147
148
149
150
151
152
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146

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.

Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.



146
147
148
149
150
151
152
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146

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