AllocateParams constructor

AllocateParams({
  1. PublicKey accountPubkey,
  2. int space,
})

Implementation

external factory AllocateParams({
  PublicKey accountPubkey,
  int space,
});