/AWS1/CL_MBQGETTOKENBALANCEOUT¶
GetTokenBalanceOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_balance TYPE /AWS1/MBQSTRING /AWS1/MBQSTRING¶
The container for the token balance.
io_atblockchaininstant TYPE REF TO /AWS1/CL_MBQBLOCKCHAININSTANT /AWS1/CL_MBQBLOCKCHAININSTANT¶
The container for time.
Optional arguments:¶
io_owneridentifier TYPE REF TO /AWS1/CL_MBQOWNERIDENTIFIER /AWS1/CL_MBQOWNERIDENTIFIER¶
The container for the owner identifier.
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_lastupdatedtime TYPE REF TO /AWS1/CL_MBQBLOCKCHAININSTANT /AWS1/CL_MBQBLOCKCHAININSTANT¶
The container for time.
Queryable Attributes¶
ownerIdentifier¶
The container for the owner identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERIDENTIFIER() |
Getter for OWNERIDENTIFIER |
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 |
balance¶
The container for the token balance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BALANCE() |
Getter for BALANCE, with configurable default |
ASK_BALANCE() |
Getter for BALANCE w/ exceptions if field has no value |
HAS_BALANCE() |
Determine if BALANCE has a value |
atBlockchainInstant¶
The container for time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATBLOCKCHAININSTANT() |
Getter for ATBLOCKCHAININSTANT |
lastUpdatedTime¶
The container for time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME |