public static interface AssetContract.Builder extends SdkPojo, CopyableBuilder<AssetContract.Builder,AssetContract>
| Modifier and Type | Method and Description |
|---|---|
default AssetContract.Builder |
contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
AssetContract.Builder |
contractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
AssetContract.Builder |
deployerAddress(String deployerAddress)
The address of the contract deployer.
|
AssetContract.Builder |
tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract.
|
AssetContract.Builder |
tokenStandard(String tokenStandard)
The token standard of the contract.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetContract.Builder contractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
contractIdentifier - The container for the contract identifier containing its blockchain network and address.default AssetContract.Builder contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
This is a convenience method that creates an instance of theContractIdentifier.Builder avoiding the
need to create one manually via ContractIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to contractIdentifier(ContractIdentifier).
contractIdentifier - a consumer that will call methods on ContractIdentifier.BuildercontractIdentifier(ContractIdentifier)AssetContract.Builder tokenStandard(String tokenStandard)
The token standard of the contract.
tokenStandard - The token standard of the contract.QueryTokenStandard,
QueryTokenStandardAssetContract.Builder tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract.
tokenStandard - The token standard of the contract.QueryTokenStandard,
QueryTokenStandardAssetContract.Builder deployerAddress(String deployerAddress)
The address of the contract deployer.
deployerAddress - The address of the contract deployer.Copyright © 2023. All rights reserved.