Class OnChainCallBase
java.lang.Object
net.finmath.decryptionoracle.keys.demo.base.OnChainCallBase
- Direct Known Subclasses:
TriggerFromChainDecryption,TriggerFullCycle,TriggerFullCyclePayable
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
-
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.
-