SetTransferFeeInstructionDataArgs: {
    maximumFee: number | bigint;
    transferFeeBasisPoints: number;
}

Type declaration

  • maximumFee: number | bigint

    Maximum fee assessed on transfers.

  • transferFeeBasisPoints: number

    Amount of transfer collected as fees, expressed as basis points of the transfer amount.

Generated using TypeDoc