TransferFee: {
    epoch: bigint;
    maximumFee: bigint;
    transferFeeBasisPoints: Amount<"%", 2>;
}

Type declaration

  • epoch: bigint

    First epoch where the transfer fee takes effect.

  • maximumFee: bigint

    Maximum fee assessed on transfers, expressed as an amount of tokens.

  • transferFeeBasisPoints: Amount<"%", 2>

    Amount of transfer collected as fees, expressed as basis points of the transfer amount, ie. increments of 0.01%.

Generated using TypeDoc