class GenericCall implements CallBase<A> extends Structimport { GenericCall } from "https://deno.land/x/polkadot@0.2.12/types/generic/index.ts"; ConstructorsnewGenericCall(registry: Registry,value: unknown,meta?: FunctionMetadataLatest,)Type ParametersoptionalA extends AnyTuple = AnyTuplePropertiesprotected_meta: FunctionMetadataLatestreadonlyargs: AreadonlyargsDef: ArgsDefreadonlyargsEntries: [string, Codec][]readonlycallIndex: Uint8Arrayreadonlydata: Uint8Arrayreadonlymeta: FunctionMetadataLatestreadonlymethod: stringreadonlysection: stringMethodsis(other: IMethod<AnyTuple>): other is IMethod<A>toHuman(isExpanded?: boolean): Record<string, AnyJson>toRawType(): string