gill/programs/system/Type aliasesCreateAccountInstructionDataArgstype CreateAccountInstructionDataArgs = { lamports: number | bigint; programAddress: Address; space: number | bigint; }; Properties lamports lamports: number | bigint; programAddress programAddress: Address; space space: number | bigint;CreateAccountInstructionDataPrevious PageCreateAccountWithSeedInputNext Page