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

x/polkadot/api-base/types/base.ts>DecorateMethod

Package publishing for deno.land/x/polkadot
Latest
type alias DecorateMethod
import { type DecorateMethod } from "https://deno.land/x/polkadot@0.2.45/api-base/types/base.ts";

Type Parameters

_ApiType extends ApiTypes
optional
T = any
definition: <M extends (...args: any[]) => Observable<any>>(method: M, options?: DecorateMethodOptions) => T