UNPKG

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