Type alias TokenMintEvent

TokenMintEvent: {
    amount: Type;
    tag: TokenMint;
    target: Upward<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: Upward<Type>

    The token holder whose supply is updated.

    Please note, this can possibly be unknown if the SDK is not fully compatible with the Concordium node queried, in which case null is returned.

  • tokenId: Type

    The token ID of the token the event originates from

Generated using TypeDoc