SPLToken2022InitializeTransferFeeConfigLayout constructor

SPLToken2022InitializeTransferFeeConfigLayout({
  1. SolAddress? transferFeeConfigAuthority,
  2. SolAddress? withdrawWithheldAuthority,
  3. required int transferFeeBasisPoints,
  4. required BigInt maximumFee,
})

Implementation

SPLToken2022InitializeTransferFeeConfigLayout(
    {this.transferFeeConfigAuthority,
    this.withdrawWithheldAuthority,
    required this.transferFeeBasisPoints,
    required this.maximumFee});