upload
upload(
client,options):Promise<{pieces:object[];statusUrl:string;txHash:`0x${string}`; }>
Defined in: packages/synapse-core/src/warm-storage/upload.ts:27
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
client | Client<Transport, Chain, Account> |
options | UploadOptions |
Returns
Section titled “Returns”Promise<{ pieces: object[]; statusUrl: string; txHash: `0x${string}`; }>