import type { GetAccountJsonRpcRequest } from './GetAccountJsonRpcRequest.js' import type { GetAccountJsonRpcResponse } from './GetAccountJsonRpcResponse.js' /** * GetAccount JSON-RPC tevm procedure puts an account or contract into the tevm state */ export type GetAccountJsonRpcProcedure = (request: GetAccountJsonRpcRequest) => Promise