Class TemplateStoreChangeInStorageAndLogic


  • public class TemplateStoreChangeInStorageAndLogic
    extends org.web3j.tx.Contract

    Auto generated code.

    Do not modify!

    Please use the web3j command line tools, or the org.web3j.codegen.SolidityFunctionWrapperGenerator in the codegen module to update.

    Generated with web3j version 4.1.1.

    • Constructor Detail

      • TemplateStoreChangeInStorageAndLogic

        @Deprecated
        protected TemplateStoreChangeInStorageAndLogic​(String contractAddress,
                                                       org.web3j.protocol.Web3j web3j,
                                                       org.web3j.crypto.Credentials credentials,
                                                       BigInteger gasPrice,
                                                       BigInteger gasLimit)
        Deprecated.
      • TemplateStoreChangeInStorageAndLogic

        protected TemplateStoreChangeInStorageAndLogic​(String contractAddress,
                                                       org.web3j.protocol.Web3j web3j,
                                                       org.web3j.crypto.Credentials credentials,
                                                       org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • TemplateStoreChangeInStorageAndLogic

        @Deprecated
        protected TemplateStoreChangeInStorageAndLogic​(String contractAddress,
                                                       org.web3j.protocol.Web3j web3j,
                                                       org.web3j.tx.TransactionManager transactionManager,
                                                       BigInteger gasPrice,
                                                       BigInteger gasLimit)
        Deprecated.
      • TemplateStoreChangeInStorageAndLogic

        protected TemplateStoreChangeInStorageAndLogic​(String contractAddress,
                                                       org.web3j.protocol.Web3j web3j,
                                                       org.web3j.tx.TransactionManager transactionManager,
                                                       org.web3j.tx.gas.ContractGasProvider contractGasProvider)
    • Method Detail

      • templateCount

        public org.web3j.protocol.core.RemoteCall<BigInteger> templateCount()
      • renounceOwnership

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> renounceOwnership()
      • getTemplateListSize

        public org.web3j.protocol.core.RemoteCall<BigInteger> getTemplateListSize()
      • owner

        public org.web3j.protocol.core.RemoteCall<String> owner()
      • isOwner

        public org.web3j.protocol.core.RemoteCall<Boolean> isOwner()
      • approveTemplate

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> approveTemplate​(String _id)
      • isTemplateApproved

        public org.web3j.protocol.core.RemoteCall<Boolean> isTemplateApproved​(String _id)
      • proposeTemplate

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> proposeTemplate​(String _id,
                                                                                                                               String _sender)
      • initialize

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> initialize​(String _owner)
      • revokeTemplate

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> revokeTemplate​(String _id)
      • transferOwnership

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> transferOwnership​(String newOwner)
      • proposeTemplate

        public org.web3j.protocol.core.RemoteCall<org.web3j.protocol.core.methods.response.TransactionReceipt> proposeTemplate​(String _id)
      • load

        public static TemplateStoreChangeInStorageAndLogic load​(String contractAddress,
                                                                org.web3j.protocol.Web3j web3j,
                                                                org.web3j.crypto.Credentials credentials,
                                                                org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • load

        public static TemplateStoreChangeInStorageAndLogic load​(String contractAddress,
                                                                org.web3j.protocol.Web3j web3j,
                                                                org.web3j.tx.TransactionManager transactionManager,
                                                                org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • deploy

        public static org.web3j.protocol.core.RemoteCall<TemplateStoreChangeInStorageAndLogic> deploy​(org.web3j.protocol.Web3j web3j,
                                                                                                      org.web3j.crypto.Credentials credentials,
                                                                                                      org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • deploy

        public static org.web3j.protocol.core.RemoteCall<TemplateStoreChangeInStorageAndLogic> deploy​(org.web3j.protocol.Web3j web3j,
                                                                                                      org.web3j.tx.TransactionManager transactionManager,
                                                                                                      org.web3j.tx.gas.ContractGasProvider contractGasProvider)
      • getStaticDeployedAddress

        protected String getStaticDeployedAddress​(String networkId)
        Overrides:
        getStaticDeployedAddress in class org.web3j.tx.Contract
      • getPreviouslyDeployedAddress

        public static String getPreviouslyDeployedAddress​(String networkId)