SystemAllocateWithSeedLayout constructor

const SystemAllocateWithSeedLayout({
  1. required SolAddress base,
  2. required String seed,
  3. required BigInt space,
  4. required SolAddress programId,
})

Implementation

const SystemAllocateWithSeedLayout(
    {required this.base,
    required this.seed,
    required this.space,
    required this.programId});