Interface ContractMetadata.Builder

    • Method Detail

      • name

        ContractMetadata.Builder name​(String 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

        ContractMetadata.Builder symbol​(String 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.