gill/programs/system/Type aliasesAllocateWithSeedInstructionDataArgstype AllocateWithSeedInstructionDataArgs = { base: Address; programAddress: Address; seed: string; space: number | bigint; }; Properties base base: Address; programAddress programAddress: Address; seed seed: string; space space: number | bigint;AllocateWithSeedInstructionDataPrevious PageAssignInputNext Page