Class DeedTenantRentingProxy

java.lang.Object
org.web3j.tx.ManagedTransaction
org.web3j.tx.Contract
io.meeds.deeds.contract.DeedTenantRentingProxy

public class DeedTenantRentingProxy 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.9.4.

  • Field Details

    • BINARY

      public static final String BINARY
      See Also:
    • ADMINCHANGED_EVENT

      public static final org.web3j.abi.datatypes.Event ADMINCHANGED_EVENT
    • BEACONUPGRADED_EVENT

      public static final org.web3j.abi.datatypes.Event BEACONUPGRADED_EVENT
    • UPGRADED_EVENT

      public static final org.web3j.abi.datatypes.Event UPGRADED_EVENT
  • Constructor Details

    • DeedTenantRentingProxy

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

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

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

      protected DeedTenantRentingProxy(String contractAddress, org.web3j.protocol.Web3j web3j, org.web3j.tx.TransactionManager transactionManager, org.web3j.tx.gas.ContractGasProvider contractGasProvider)
  • Method Details