Interface ContractMetadata.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContractMetadata.Builder,ContractMetadata>, SdkBuilder<ContractMetadata.Builder,ContractMetadata>, SdkPojo
Enclosing class:
ContractMetadata

public static interface ContractMetadata.Builder extends SdkPojo, CopyableBuilder<ContractMetadata.Builder,ContractMetadata>
  • Method Details

    • name

      The name of the token contract.

      Parameters:
      name - The name of the token contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • symbol

      The symbol of the token contract.

      Parameters:
      symbol - The symbol of the token contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • decimals

      ContractMetadata.Builder decimals(Integer decimals)

      The decimals used by the token contract.

      Parameters:
      decimals - The decimals used by the token contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.