PreflightInfo
Defined in: packages/synapse-sdk/src/types.ts:349
Preflight information for storage uploads
Properties
Section titled “Properties”allowanceCheck
Section titled “allowanceCheck”allowanceCheck: object;
Defined in: packages/synapse-sdk/src/types.ts:357
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:351
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: null | number;
Defined in: packages/synapse-sdk/src/types.ts:364
Selected data set ID (null when no specific dataset selected)
selectedProvider
Section titled “selectedProvider”selectedProvider: null | ProviderInfo;
Defined in: packages/synapse-sdk/src/types.ts:362
Selected service provider (null when no specific provider selected)