Type alias UnknownTokenModuleEvent

UnknownTokenModuleEvent: {
    details: unknown;
    tag: TokenModuleEvent;
    tokenId: Type;
    type: string;
}

Represents a token module event (found when decoding) unknown to the SDK.

Type declaration

  • details: unknown

    The details of the event.

  • tag: TokenModuleEvent

    The tag of the event.

  • tokenId: Type

    The ID of the token.

  • type: string

    The type of the event.

Generated using TypeDoc