public static interface ContractFilter.Builder extends SdkPojo, CopyableBuilder<ContractFilter.Builder,ContractFilter>
| Modifier and Type | Method and Description |
|---|---|
ContractFilter.Builder |
deployerAddress(String deployerAddress)
The network address of the deployer.
|
ContractFilter.Builder |
network(QueryNetwork network)
The blockchain network of the contract.
|
ContractFilter.Builder |
network(String network)
The blockchain network of the contract.
|
ContractFilter.Builder |
tokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
|
ContractFilter.Builder |
tokenStandard(String tokenStandard)
The container for the token standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContractFilter.Builder network(String network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetwork,
QueryNetworkContractFilter.Builder network(QueryNetwork network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetwork,
QueryNetworkContractFilter.Builder tokenStandard(String tokenStandard)
The container for the token standard.
tokenStandard - The container for the token standard.QueryTokenStandard,
QueryTokenStandardContractFilter.Builder tokenStandard(QueryTokenStandard tokenStandard)
The container for the token standard.
tokenStandard - The container for the token standard.QueryTokenStandard,
QueryTokenStandardContractFilter.Builder deployerAddress(String deployerAddress)
The network address of the deployer.
deployerAddress - The network address of the deployer.Copyright © 2023. All rights reserved.