TokenLendingWithdrawObligationCollateralLayout constructor

const TokenLendingWithdrawObligationCollateralLayout({
  1. required BigInt collateralAmount,
})

Implementation

const TokenLendingWithdrawObligationCollateralLayout(
    {required this.collateralAmount});