UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

8 lines (6 loc) 356 B
import type { SetAccountJsonRpcRequest } from './SetAccountJsonRpcRequest.js' import type { SetAccountJsonRpcResponse } from './SetAccountJsonRpcResponse.js' /** * SetAccount JSON-RPC tevm procedure sets an account into the tevm state */ export type SetAccountJsonRpcProcedure = (request: SetAccountJsonRpcRequest) => Promise<SetAccountJsonRpcResponse>