public static interface ContractIdentifier.Builder extends SdkPojo, CopyableBuilder<ContractIdentifier.Builder,ContractIdentifier>
| Modifier and Type | Method and Description |
|---|---|
ContractIdentifier.Builder |
contractAddress(String contractAddress)
Container for the blockchain address about a contract.
|
ContractIdentifier.Builder |
network(QueryNetwork network)
The blockchain network of the contract.
|
ContractIdentifier.Builder |
network(String network)
The blockchain network of the contract.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContractIdentifier.Builder network(String network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetwork,
QueryNetworkContractIdentifier.Builder network(QueryNetwork network)
The blockchain network of the contract.
network - The blockchain network of the contract.QueryNetwork,
QueryNetworkContractIdentifier.Builder contractAddress(String contractAddress)
Container for the blockchain address about a contract.
contractAddress - Container for the blockchain address about a contract.Copyright © 2023. All rights reserved.