PreflightInfo
Defined in: packages/synapse-sdk/src/types.ts:395
Preflight information for storage uploads
Properties
Section titled “Properties”allowanceCheck
Section titled “allowanceCheck”allowanceCheck: object;
Defined in: packages/synapse-sdk/src/types.ts:403
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:397
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:410
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:408
Selected service provider (null when no specific provider selected)