Interface ContractIdentifier.Builder

  • Method Details

    • network

      The blockchain network of the contract.

      Parameters:
      network - The blockchain network of the contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • network

      The blockchain network of the contract.

      Parameters:
      network - The blockchain network of the contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contractAddress

      ContractIdentifier.Builder contractAddress(String contractAddress)

      Container for the blockchain address about a contract.

      Parameters:
      contractAddress - Container for the blockchain address about a contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.