Class OnChainCallBase

java.lang.Object
net.finmath.decryptionoracle.keys.demo.base.OnChainCallBase
Direct Known Subclasses:
TriggerFromChainDecryption, TriggerFullCycle, TriggerFullCyclePayable

public class OnChainCallBase extends Object
Shared connection and deployment setup for local on-chain demos. Reads the oracle and callback addresses written by DeployForDemo.
Author:
Christian Fries
  • Field Details

    • oracleAddr

      protected final String oracleAddr
    • callbackAddr

      protected final String callbackAddr
    • txMgr

      protected final org.web3j.tx.RawTransactionManager txMgr
    • rp

      protected final org.web3j.tx.response.PollingTransactionReceiptProcessor rp
  • Constructor Details

    • OnChainCallBase

      public OnChainCallBase()

      Constructor for OnChainCallBase.