| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static AssetContract.Builder |
AssetContract.builder() |
default AssetContract.Builder |
AssetContract.Builder.contractIdentifier(Consumer<ContractIdentifier.Builder> contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
AssetContract.Builder |
AssetContract.Builder.contractIdentifier(ContractIdentifier contractIdentifier)
The container for the contract identifier containing its blockchain network and address.
|
AssetContract.Builder |
AssetContract.Builder.deployerAddress(String deployerAddress)
The address of the contract deployer.
|
AssetContract.Builder |
AssetContract.toBuilder() |
AssetContract.Builder |
AssetContract.Builder.tokenStandard(QueryTokenStandard tokenStandard)
The token standard of the contract.
|
AssetContract.Builder |
AssetContract.Builder.tokenStandard(String tokenStandard)
The token standard of the contract.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssetContract.Builder> |
AssetContract.serializableBuilderClass() |
Copyright © 2023. All rights reserved.