/AWS1/CL_MBQBTCGETTOKBALANCE01¶
The container for the input for getting a token balance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_tokenidentifier TYPE REF TO /AWS1/CL_MBQTOKENIDENTIFIER /AWS1/CL_MBQTOKENIDENTIFIER¶
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.
io_owneridentifier TYPE REF TO /AWS1/CL_MBQOWNERIDENTIFIER /AWS1/CL_MBQOWNERIDENTIFIER¶
The container for the owner identifier.
Optional arguments:¶
io_atblockchaininstant TYPE REF TO /AWS1/CL_MBQBLOCKCHAININSTANT /AWS1/CL_MBQBLOCKCHAININSTANT¶
The container for time.
Queryable Attributes¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOKENIDENTIFIER() |
Getter for TOKENIDENTIFIER |
ownerIdentifier¶
The container for the owner identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERIDENTIFIER() |
Getter for OWNERIDENTIFIER |
atBlockchainInstant¶
The container for time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATBLOCKCHAININSTANT() |
Getter for ATBLOCKCHAININSTANT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GETTOKENBALANCEINPUTLIST¶
TYPES TT_GETTOKENBALANCEINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MBQBTCGETTOKBALANCE01 WITH DEFAULT KEY
.