Interface TransferFeeAmount

Transfer fee amount data for accounts.

interface TransferFeeAmount {
    withheldAmount: bigint;
}

Properties

Properties

withheldAmount: bigint

Withheld transfer fee tokens that can be claimed by the fee authority

Generated using TypeDoc