@somnia-chain/markets-sdk / index / RevertContext
Interface: RevertContext
Defined in: packages/sdk/src/revert.ts:26
Where the failing call was aimed — carried onto the error for diagnosis.
Properties
address?
optionaladdress?:string
Defined in: packages/sdk/src/revert.ts:28
The contract that was called, when known.
functionName?
optionalfunctionName?:string
Defined in: packages/sdk/src/revert.ts:30
The function that was called, when known.