Interface ContractMetadata.Builder

  • 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.