public static interface TokenIdentifier.Builder extends SdkPojo, CopyableBuilder<TokenIdentifier.Builder,TokenIdentifier>
| Modifier and Type | Method and Description |
|---|---|
TokenIdentifier.Builder |
contractAddress(String contractAddress)
This is the token's contract address.
|
TokenIdentifier.Builder |
network(QueryNetwork network)
The blockchain network of the token.
|
TokenIdentifier.Builder |
network(String network)
The blockchain network of the token.
|
TokenIdentifier.Builder |
tokenId(String tokenId)
The unique identifier of the token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTokenIdentifier.Builder network(String network)
The blockchain network of the token.
network - The blockchain network of the token.QueryNetwork,
QueryNetworkTokenIdentifier.Builder network(QueryNetwork network)
The blockchain network of the token.
network - The blockchain network of the token.QueryNetwork,
QueryNetworkTokenIdentifier.Builder contractAddress(String contractAddress)
This is the token's contract address.
contractAddress - This is the token's contract address.TokenIdentifier.Builder tokenId(String tokenId)
The unique identifier of the token.
You must specify this container with btc for the native BTC token, and eth for the
native ETH token. For all other token types you must specify the tokenId in the 64 character
hexadecimal tokenid format.
tokenId - The unique identifier of the token.
You must specify this container with btc for the native BTC token, and eth
for the native ETH token. For all other token types you must specify the tokenId in the
64 character hexadecimal tokenid format.
Copyright © 2023. All rights reserved.