Skip to main content
Module

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

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

Type Parameters

T extends Codec[]

Properties

readonly
phase: Phase
readonly
event: IEvent<T>
readonly
topics: Hash[]