Type alias StorageDriver

StorageDriver: { getUploadPrice: ((bytes: number) => Promise<Amount>); upload: ((file: MetaplexFile) => Promise<string>); uploadAll?: ((files: MetaplexFile[]) => Promise<string[]>); download?: ((uri: string, options?: StorageDownloadOptions) => Promise<MetaplexFile>) }

Type declaration

Generated using TypeDoc