AllocateWithSeedParams constructor
const
AllocateWithSeedParams({})
Allocate account with seed system transaction params.
Implementation
const AllocateWithSeedParams({
required this.accountPubkey,
required this.basePubkey,
required this.seed,
required this.space,
required this.programId,
});