WithdrawNonceParams constructor
const
WithdrawNonceParams({})
Withdraw nonce account system transaction params.
Implementation
const WithdrawNonceParams({
required this.noncePubkey,
required this.authorizedPubkey,
required this.toPubkey,
required this.lamports,
});