interface BurnToken {
    amount: bigint;
    id: TokenId;
}

Properties

Properties

amount: bigint