FreezeSolPayment constructor

const FreezeSolPayment({
  1. required BigInt lamports,
  2. required SolAddress destination,
})

Implementation

const FreezeSolPayment({required this.lamports, required this.destination});