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.
tokenId - The unique identifier of the token.Copyright © 2023. All rights reserved.