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