Type alias BurnEvent

BurnEvent: {
    owner: CIS2.Address;
    tokenAmount: TokenAmount;
    tokenId: TokenId;
    type: Burn;
}

A CIS-2 burn event.

Type declaration

  • owner: CIS2.Address

    The address the tokens were burned for

  • tokenAmount: TokenAmount

    The amount of tokens burned

  • tokenId: TokenId

    The ID of the token burned

  • type: Burn

    The type of the event

Generated using TypeDoc