AllocateParams constructor

const AllocateParams({
  1. required Pubkey accountPubkey,
  2. required u64 space,
})

Allocate account system transaction params.

Implementation

const AllocateParams({
  required this.accountPubkey,
  required this.space,
});