Skip to main content
Module

x/polkadot/api/util/index.ts>decorateDeriveSections

Package publishing for deno.land/x/polkadot
Go to Latest
function decorateDeriveSections
import { decorateDeriveSections } from "https://deno.land/x/polkadot@0.2.25/api/util/index.ts";

This is a section decorator which keeps all type information.

Type Parameters

ApiType extends ApiTypes

Parameters

decorateMethod: DecorateMethod<ApiType>
derives: AnyDerive

Returns

AllDerives<ApiType>