gill/programs/system/Type aliasesCreateAccountWithSeedInstructionDataArgstype CreateAccountWithSeedInstructionDataArgs = { amount: number | bigint; base: Address; programAddress: Address; seed: string; space: number | bigint; }; Properties amount amount: number | bigint; base base: Address; programAddress programAddress: Address; seed seed: string; space space: number | bigint;CreateAccountWithSeedInstructionDataPrevious PageInitializeNonceAccountInputNext Page