CreateAccountWithSeedParams constructor
const
CreateAccountWithSeedParams({})
Create account with seed
system transaction params.
Implementation
const CreateAccountWithSeedParams({
required this.fromPubkey,
required this.newAccountPubkey,
required this.basePubkey,
required this.seed,
required this.lamports,
required this.space,
required this.programId,
});