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