Type alias MintEvent

MintEvent: {
    owner: CIS2.Address;
    tokenAmount: TokenAmount;
    tokenId: TokenId;
    type: Mint;
}

A CIS-2 mint event.

Type declaration

  • owner: CIS2.Address

    The address the tokens were minted for

  • tokenAmount: TokenAmount

    The amount of tokens minted

  • tokenId: TokenId

    The ID of the token minted

  • type: Mint

    The type of the event

Generated using TypeDoc