UNPKG

@polkadot/api-provider

Version:
3 lines (2 loc) 142 B
import { RpcCoderState } from './types'; export default function encodeJson(self: RpcCoderState, method: string, params: Array<any>): string;