Interface IDecodedEvent

interface IDecodedEvent {
    eventData: Uint8Array;
    eventDataSelector: bigint;
    eventType: string;
    values: DecodedCallResult[];
}

Hierarchy

  • NetEvent
    • IDecodedEvent

Implemented by

Properties

eventData: Uint8Array
eventDataSelector: bigint
eventType: string