gill
gill/programs/token/Type aliases

TransferFee

type TransferFee = {
  epoch: bigint;
  maximumFee: bigint;
  transferFeeBasisPoints: number;
};

Properties

epoch

epoch: bigint;

First epoch where the transfer fee takes effect.


maximumFee

maximumFee: bigint;

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


transferFeeBasisPoints

transferFeeBasisPoints: number;

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

On this page