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

x/polkadot/api-base/types/index.ts>DecorateMethodOptions

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

Properties

optional
methodName: string
optional
overrideNoSub: (...args: unknown[]) => Observable<Codec>