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