Vana SDK - v0.1.0
    Preparing search index...

    Interface DownloadFileParams

    Parameters for downloading a file

    interface DownloadFileParams {
        file: string | number;
        storageProvider?: string;
        decryptionKey?: string;
    }
    Index

    Properties

    file: string | number

    File URL or ID to download

    storageProvider?: string

    Storage provider to use

    decryptionKey?: string

    Decryption key if file is encrypted