Skip to main content
Module

x/polkadot/types/mod.ts>GenericCall

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

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