UNPKG

@tevm/actions

Version:

A typesafe library for writing forge scripts in typescript

7 lines 414 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>; //# sourceMappingURL=SetAccountJsonRpcProcedure.d.ts.map