UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

12 lines (10 loc) 258 B
import type { TevmSetAccountError } from './TevmSetAccountError.js' /** * Result of SetAccount Action */ export type SetAccountResult<ErrorType = TevmSetAccountError> = { /** * Description of the exception, if any occurred */ errors?: ErrorType[] }