UNPKG

142 BTypeScriptView Raw
1import { RpcCoderState } from './types';
2export default function encodeJson(self: RpcCoderState, method: string, params: Array<any>): string;