UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

6 lines (5 loc) 192 B
export type TraceType = 'CALL' | 'DELEGATECALL' | 'STATICCALL' | 'CREATE' | 'CREATE2' | 'SELFDESTRUCT' // Reward is not supported in geth // | 'REWARD' // Suicide is deprecated // | "SUICIDE"