class types.GenericCall implements CallBase<A> extends Structimport { types } from "https://dotland.deno.dev/x/polkadot@0.2.38/mod.ts"; const { GenericCall } = types; 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