StakeWithdrawLayout constructor
StakeWithdrawLayout({
- required BigInt lamports,
Implementation
factory StakeWithdrawLayout({required BigInt lamports}) {
return StakeWithdrawLayout._(lamports);
}