SetTransferFeeInstructionDataArgs
type SetTransferFeeInstructionDataArgs = {
maximumFee: number | bigint;
transferFeeBasisPoints: number;
};Properties
maximumFee
maximumFee: number | bigint;Maximum fee assessed on transfers.
transferFeeBasisPoints
transferFeeBasisPoints: number;Amount of transfer collected as fees, expressed as basis points of the transfer amount.