UNPKG

@polkadot/api-provider

Version:
4 lines (3 loc) 181 B
import { JsonRpcResponse } from '../../types'; import { RpcCoderState } from './types'; export default function decodeResponse(self: RpcCoderState, response: JsonRpcResponse): any;