CreateAccountParams constructor
const
CreateAccountParams({})
Creates account system transaction params.
Implementation
const CreateAccountParams({
required this.fromPubkey,
required this.newAccountPubkey,
required this.lamports,
required this.space,
required this.programId,
});