public static interface ContractMetadata.Builder extends SdkPojo, CopyableBuilder<ContractMetadata.Builder,ContractMetadata>
| Modifier and Type | Method and Description |
|---|---|
ContractMetadata.Builder |
decimals(Integer decimals)
The decimals used by the token contract.
|
ContractMetadata.Builder |
name(String name)
The name of the token contract.
|
ContractMetadata.Builder |
symbol(String symbol)
The symbol of the token contract.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContractMetadata.Builder name(String name)
The name of the token contract.
name - The name of the token contract.ContractMetadata.Builder symbol(String symbol)
The symbol of the token contract.
symbol - The symbol of the token contract.ContractMetadata.Builder decimals(Integer decimals)
The decimals used by the token contract.
decimals - The decimals used by the token contract.Copyright © 2023. All rights reserved.