UNPKG

deth

Version:

Ethereum node focused on Developer Experience

4 lines (3 loc) 154 B
import { RPCExecutorType } from './schema'; import { NodeCtx } from '../ctx'; export declare const rpcExecutorFromCtx: (ctx: NodeCtx) => RPCExecutorType;