Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/polkadot/api/util/decorate.ts>AllDerives

Package publishing for deno.land/x/polkadot
Go to Latest
type alias AllDerives
import { type AllDerives } from "https://deno.land/x/polkadot@0.2.27/api/util/decorate.ts";

Type Parameters

ApiType extends ApiTypes
definition: [S in keyof ExactDerive]: DeriveSection<ApiType, ExactDerive[S]>