default TokenBalance.Builder |
TokenBalance.Builder.atBlockchainInstant(Consumer<BlockchainInstant.Builder> atBlockchainInstant) |
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
TokenBalance.Builder |
TokenBalance.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant) |
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
TokenBalance.Builder |
TokenBalance.Builder.balance(String balance) |
The container of the token balance.
|
static TokenBalance.Builder |
TokenBalance.builder() |
|
default TokenBalance.Builder |
TokenBalance.Builder.lastUpdatedTime(Consumer<BlockchainInstant.Builder> lastUpdatedTime) |
The Timestamp of the last transaction at which the balance for the token in the wallet was
updated.
|
TokenBalance.Builder |
TokenBalance.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime) |
The Timestamp of the last transaction at which the balance for the token in the wallet was
updated.
|
default TokenBalance.Builder |
TokenBalance.Builder.ownerIdentifier(Consumer<OwnerIdentifier.Builder> ownerIdentifier) |
The container for the identifier of the owner.
|
TokenBalance.Builder |
TokenBalance.Builder.ownerIdentifier(OwnerIdentifier ownerIdentifier) |
The container for the identifier of the owner.
|
TokenBalance.Builder |
TokenBalance.toBuilder() |
|
default TokenBalance.Builder |
TokenBalance.Builder.tokenIdentifier(Consumer<TokenIdentifier.Builder> tokenIdentifier) |
The identifier for the token, including the unique token ID and its blockchain network.
|
TokenBalance.Builder |
TokenBalance.Builder.tokenIdentifier(TokenIdentifier tokenIdentifier) |
The identifier for the token, including the unique token ID and its blockchain network.
|