Type alias TokenMintEvent

TokenMintEvent: {
    amount: Type;
    tag: TokenMint;
    target: Type;
    tokenId: Type;
}

Token (PLT) mint event.

Type declaration

  • amount: Type

    The amount by which the token supply is updated.

  • tag: TokenMint

    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