Type alias EncodedTokenModuleEvent

EncodedTokenModuleEvent: {
    details: Type;
    tag: TokenModuleEvent;
    tokenId: Type;
    type: string;
}

Token (PLT) event with CBOR encoded details.

Type declaration

  • details: Type

    Additional details about the event (CBOR encoded).

  • tag: TokenModuleEvent

    The type of the event

  • tokenId: Type

    The token ID of the token the event originates from

  • type: string

    The type of the event emitted by the token module.

Generated using TypeDoc