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

    Interface DownloadFileResult

    Result of downloading a file

    interface DownloadFileResult {
        content: Uint8Array;
        metadata?: FileMetadata;
        wasEncrypted?: boolean;
    }
    Index

    Properties

    content: Uint8Array

    File content

    metadata?: FileMetadata

    File metadata

    wasEncrypted?: boolean

    Whether the file was encrypted