Interface ContractIdentifier.Builder

    • Method Detail

      • network

        ContractIdentifier.Builder network​(String 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:
        QueryNetwork, QueryNetwork
      • 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.