Class OPNetEvent<T>

An OPNet Contract event. This class is used to represent an event that has been decoded.

Type Parameters

Hierarchy

  • NetEvent
    • OPNetEvent

Implements

Constructors

Properties

eventData: Uint8Array
eventDataSelector: bigint
eventType: string
properties: T = ...
values: DecodedCallResult[] = []

Methods