CreateNonceAccountParams constructor

const CreateNonceAccountParams({
  1. required Pubkey fromPubkey,
  2. required Pubkey noncePubkey,
  3. required Pubkey authorizedPubkey,
  4. required u64 lamports,
})

Create nonce account system transaction params.

Implementation

const CreateNonceAccountParams({
  required this.fromPubkey,
  required this.noncePubkey,
  required this.authorizedPubkey,
  required this.lamports,
});