Skip to content
function upload(client, options): Promise<{
pieces: object[];
statusUrl: string;
txHash: `0x${string}`;
}>;

Defined in: packages/synapse-core/src/warm-storage/upload.ts:27

ParameterType
clientClient<Transport, Chain, Account>
optionsUploadOptions

Promise<{ pieces: object[]; statusUrl: string; txHash: `0x${string}`; }>