PreflightInfo
Defined in: packages/synapse-sdk/src/types.ts:355
Preflight information for storage uploads
Properties
Section titled “Properties”allowanceCheck
Section titled “allowanceCheck”allowanceCheck: object;
Defined in: packages/synapse-sdk/src/types.ts:363
Allowance check results
message?
Section titled “message?”optional message: string;
sufficient
Section titled “sufficient”sufficient: boolean;
estimatedCost
Section titled “estimatedCost”estimatedCost: object;
Defined in: packages/synapse-sdk/src/types.ts:357
Estimated storage costs
perDay
Section titled “perDay”perDay: bigint;
perEpoch
Section titled “perEpoch”perEpoch: bigint;
perMonth
Section titled “perMonth”perMonth: bigint;
selectedDataSetId
Section titled “selectedDataSetId”selectedDataSetId: number | null;
Defined in: packages/synapse-sdk/src/types.ts:370
Selected data set ID (null when no specific dataset selected)
selectedProvider
Section titled “selectedProvider”selectedProvider: ProviderInfo | null;
Defined in: packages/synapse-sdk/src/types.ts:368
Selected service provider (null when no specific provider selected)