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

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

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

Type Parameters

optional
A extends AnyTuple = AnyTuple
optional
M = any

Call Signatures

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