TransferFeeConfig constructor

const TransferFeeConfig({
  1. required SolAddress transferFeeConfigAuthority,
  2. required SolAddress withdrawWithheldAuthority,
  3. required BigInt withheldAmount,
  4. required TransferFee olderTransferFee,
  5. required TransferFee newerTransferFee,
})

Implementation

const TransferFeeConfig(
    {required this.transferFeeConfigAuthority,
    required this.withdrawWithheldAuthority,
    required this.withheldAmount,
    required this.olderTransferFee,
    required this.newerTransferFee});