UNPKG

@bitclave/base-client-js

Version:
5 lines (4 loc) 126 B
import { JsonRpc } from './JsonRpc'; export interface RpcInterceptor { onIntercept(request: JsonRpc): Promise<JsonRpc>; }