Module

x/polkadot/api/types/index.ts>DecoratedRpcSection

Package publishing for deno.land/x/polkadot
Go to Latest
type alias DecoratedRpcSection
import { type DecoratedRpcSection } from "https://dotland.deno.dev/x/polkadot@0.2.23/api/types/index.ts";

Type Parameters

ApiType extends ApiTypes
Section
definition: [M in keyof Section]: Section[M] extends AnyFunction ? RpcMethodResult<ApiType, Section[M]> : never