Skip to main content
Module

x/polkadot/rpc-core/bundle.ts>RpcCore#_formatResult

Package publishing for deno.land/x/polkadot
Go to Latest
method RpcCore.prototype._formatResult
import { RpcCore } from "https://deno.land/x/polkadot@0.2.25/rpc-core/bundle.ts";

Parameters

isScale: boolean
registry: Registry
blockHash:
| string
| Uint8Array
| null
| undefined
method: string
params: Codec[]
result: unknown