Module

x/polkadot/types/bundle.ts>GenericEventData

Package publishing for deno.land/x/polkadot
Go to Latest
class GenericEventData
implements IEventData
extends Tuple
import { GenericEventData } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/bundle.ts";

Constructors

new
GenericEventData(
registry: Registry,
value: Uint8Array,
section?,
method?,
)

Properties

readonly
meta: EventMetadataLatest
readonly
method: string
readonly
names: string[] | null
readonly
section: string
readonly
typeDef: TypeDef[]

Methods

toHuman(isExtended?: boolean): AnyJson
import GenericEventData
import { GenericEventData } from "https://dotland.deno.dev/x/polkadot@0.2.24/types/bundle.ts";