Skip to main content
Module

x/polkadot/types/types/index.ts>IEvent

Package publishing for deno.land/x/polkadot
Go to Latest
interface IEvent
implements IEventLike, Codec
import { type IEvent } from "https://deno.land/x/polkadot@0.2.12/types/types/index.ts";

Type Parameters

T extends Codec[]
optional
N = unknown

Properties

readonly
data: N extends Record<string, Codec> ? N & T & IEventData : T & IEventData
readonly
index: EventId
readonly
method: string
readonly
section: string