TransferFeeArgs: {
    epoch: number | bigint;
    maximumFee: number | bigint;
    transferFeeBasisPoints: Amount<"%", 2>;
}

Type declaration

  • epoch: number | bigint

    First epoch where the transfer fee takes effect.

  • maximumFee: number | 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