Uses of Class
io.meeds.deeds.contract.IERC1822Proxiable

  • Uses of IERC1822Proxiable in io.meeds.deeds.contract

    Modifier and Type
    Method
    Description
    IERC1822Proxiable.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
    Deprecated.
    IERC1822Proxiable.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
     
    IERC1822Proxiable.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
    Deprecated.
    IERC1822Proxiable.load(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
     
    Methods in io.meeds.deeds.contract that return types with arguments of type IERC1822Proxiable
    Modifier and Type
    Method
    Description
    static org.web3j.protocol.core.RemoteCall<IERC1822Proxiable>
    IERC1822Proxiable.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, BigInteger gasPrice, BigInteger gasLimit)
    Deprecated.
    static org.web3j.protocol.core.RemoteCall<IERC1822Proxiable>
    IERC1822Proxiable.deploy(org.web3j.protocol.Web3j web3j, org.web3j.crypto.Credentials credentials, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
     
    static org.web3j.protocol.core.RemoteCall<IERC1822Proxiable>
    IERC1822Proxiable.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, BigInteger gasPrice, BigInteger gasLimit)
    Deprecated.
    static org.web3j.protocol.core.RemoteCall<IERC1822Proxiable>
    IERC1822Proxiable.deploy(org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)