UNPKG

181 BTypeScriptView Raw
1import { JsonRpcResponse } from '../../types';
2import { RpcCoderState } from './types';
3export default function decodeResponse(self: RpcCoderState, response: JsonRpcResponse): any;