interface CallFunction implements CallBase<A, M>import { type CallFunction } from "https://dotland.deno.dev/x/polkadot@0.2.45/types-codec/types/index.ts"; Type ParametersoptionalA extends AnyTuple = AnyTupleoptionalM = anyCall Signatures(...args: any[]): IMethod<A, M>