Interface ContractIdentifier.Builder

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

public static interface ContractIdentifier.Builder extends SdkPojo, CopyableBuilder<ContractIdentifier.Builder,ContractIdentifier>
  • 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.