CreateNonceAccountParams constructor
const
CreateNonceAccountParams({})
Create nonce account system transaction params.
Implementation
const CreateNonceAccountParams({
required this.fromPubkey,
required this.noncePubkey,
required this.authorizedPubkey,
required this.lamports,
});