SPLTokenSwapSwapLayout constructor

const SPLTokenSwapSwapLayout({
  1. required BigInt amountIn,
  2. required BigInt minimumAmountOut,
})

Constructs a SPLTokenSwapSwapLayout instance with the given parameters.

Implementation

const SPLTokenSwapSwapLayout({
  required this.amountIn,
  required this.minimumAmountOut,
});