SPLTokenSwapWithdrawLayout constructor

const SPLTokenSwapWithdrawLayout({
  1. required BigInt poolTokenAmount,
  2. required BigInt minimumTokenA,
  3. required BigInt minimumTokenB,
})

Constructs a SPLTokenSwapWithdrawLayout instance with the given parameters.

Implementation

const SPLTokenSwapWithdrawLayout({
  required this.poolTokenAmount,
  required this.minimumTokenA,
  required this.minimumTokenB,
});