Class ContractUtils

java.lang.Object
io.meeds.tenant.hub.utils.ContractUtils

public class ContractUtils extends Object
  • Field Details

    • REPORTSENT_EVENT

      public static final org.web3j.abi.datatypes.Event REPORTSENT_EVENT
  • Method Details

    • executeRemoteCallTransaction

      public static org.web3j.protocol.core.RemoteFunctionCall<org.web3j.protocol.core.methods.response.TransactionReceipt> executeRemoteCallTransaction(org.web3j.tx.TransactionManager transactionManager, PolygonContractGasProvider polygonContractGasProvider, org.web3j.tx.response.TransactionReceiptProcessor transactionReceiptProcessor, org.web3j.abi.datatypes.Function function, String uemAddress, long uemNetworkId)
    • getReportSentEvents

      public static List<ContractUtils.ReportSentEventResponse> getReportSentEvents(org.web3j.protocol.core.methods.response.TransactionReceipt transactionReceipt)