Type alias TokenBurnEvent

TokenBurnEvent: {
    amount: Type;
    tag: TokenBurn;
    target: Type;
    tokenId: Type;
}

Token (PLT) burn event.

Type declaration

  • amount: Type

    The amount by which the token supply is updated.

  • tag: TokenBurn

    The type of the event

  • target: Type

    The token holder whose supply is updated.

  • tokenId: Type

    The token ID of the token the event originates from

Generated using TypeDoc