interface MintTokenEvent {
    amount: bigint;
    id: TokenDataId;
}

Properties

Properties

amount: bigint