Skip to main content
Module

x/polkadot/types/types/index.ts>CallFunction

Package publishing for deno.land/x/polkadot
Go to Latest
interface CallFunction
implements CallFunctionBase<A, M>
import { type CallFunction } from "https://deno.land/x/polkadot@0.2.12/types/types/index.ts";

Type Parameters

optional
A extends AnyTuple = AnyTuple
optional
M = FunctionMetadataLatest

Call Signatures

(...args: any[]): Call & IMethod<A, M>