Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/mod.ts>rpcCore.RpcCore#_formatOutput

Package publishing for deno.land/x/polkadot
Go to Latest
method rpcCore.RpcCore.prototype._formatOutput
import { rpcCore } from "https://deno.land/x/polkadot@0.2.39/mod.ts";
const { RpcCore } = rpcCore;

Parameters

registry: Registry
blockHash:
| Uint8Array
| string
| null
| undefined
method: string
rpc: DefinitionRpc
params: Codec[]
optional
result: unknown

Returns

Codec | Codec[]