public static interface TokenFilter.Builder extends SdkPojo, CopyableBuilder<TokenFilter.Builder,TokenFilter>
| Modifier and Type | Method and Description |
|---|---|
TokenFilter.Builder |
contractAddress(String contractAddress)
This is the address of the contract.
|
TokenFilter.Builder |
network(QueryNetwork network)
The blockchain network of the token.
|
TokenFilter.Builder |
network(String network)
The blockchain network of the token.
|
TokenFilter.Builder |
tokenId(String tokenId)
The unique identifier of the token.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTokenFilter.Builder network(String network)
The blockchain network of the token.
network - The blockchain network of the token.QueryNetwork,
QueryNetworkTokenFilter.Builder network(QueryNetwork network)
The blockchain network of the token.
network - The blockchain network of the token.QueryNetwork,
QueryNetworkTokenFilter.Builder contractAddress(String contractAddress)
This is the address of the contract.
contractAddress - This is the address of the contract.TokenFilter.Builder tokenId(String tokenId)
The unique identifier of the token.
tokenId - The unique identifier of the token.Copyright © 2023. All rights reserved.