Type alias CustomEvent

CustomEvent: {
    data: Uint8Array;
    type: Custom;
}

A custom event outside CIS-2.

Type declaration

  • data: Uint8Array

    The raw data of the custom event

  • type: Custom

    The type of the event

Generated using TypeDoc