type CallExceptionTransaction: { "data": string; "from": string; "to": null | string; };
The related transaction that caused the error.
data: string;
optional from: string;
to: null | string;
utils/errors.ts:425
Was this page helpful?