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

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

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

Type Parameters

ApiType extends ApiTypes
optional
F extends AnyFunction = (...args: any[]) => Observable<Codec>
definition: DecoratedCallBase<ApiType, F> & { meta: DefinitionCallNamed; }