Interface ContractFilter.Builder

    • Method Detail

      • network

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

        ContractFilter.Builder network​(QueryNetwork 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
      • tokenStandard

        ContractFilter.Builder tokenStandard​(String tokenStandard)

        The container for the token standard.

        Parameters:
        tokenStandard - The container for the token standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        QueryTokenStandard, QueryTokenStandard
      • deployerAddress

        ContractFilter.Builder deployerAddress​(String deployerAddress)

        The network address of the deployer.

        Parameters:
        deployerAddress - The network address of the deployer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.