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