Interface: Context
Represents the context for a DApp call or transaction.
Properties
call
call: CallContext;
Represents the context of a call.
continuations?
optional continuations: null | Continuations;
Represents the continuation of a function or contract, or null if there are no more continuations.
tx
tx: L2TxResolved;
Represents the context of a transaction.