Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Type Parameters

ApiType extends ApiTypes
AllSections
definition: [S in keyof AllSections]: DecoratedRpcSection<ApiType, AllSections[S]> & RawRpcType<ApiType>