UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

14 lines 351 B
import type { Hex } from './Hex.js'; export type StructLog = { readonly depth: number; readonly gas: bigint; readonly gasCost: bigint; readonly op: string; readonly pc: number; readonly stack: Array<Hex>; readonly error?: { error: string; errorType: string; }; }; //# sourceMappingURL=StructLog.d.ts.map