Skip to main content
Module

x/polkadot/mod.ts>types.GenericCall

Package publishing for deno.land/x/polkadot
Go to Latest
class types.GenericCall
implements CallBase<A>
extends Struct
import { types } from "https://deno.land/x/polkadot@0.2.33/mod.ts";
const { GenericCall } = types;

Constructors

new
GenericCall(
registry: Registry,
value: unknown,
meta?: FunctionMetadataLatest,
)

Type Parameters

optional
A extends AnyTuple = AnyTuple

Properties

protected
_meta: FunctionMetadataLatest
readonly
args: A
readonly
argsDef: ArgsDef
readonly
argsEntries: [string, Codec][]
readonly
callIndex: Uint8Array
readonly
data: Uint8Array
readonly
meta: FunctionMetadataLatest
readonly
method: string
readonly
section: string

Methods

is(other: IMethod<AnyTuple>): other is IMethod<A>
toHuman(isExpanded?: boolean): Record<string, AnyJson>
toRawType(): string