@welshare/sdk
    Preparing search index...

    Interface UploadAndEncryptFileResult

    interface UploadAndEncryptFileResult {
        encryptionKey: EncryptionKey;
        insertedUid: string;
        url: string;
    }
    Index

    Properties

    encryptionKey: EncryptionKey

    The encryption key used (for client-side reference if needed)

    insertedUid: string

    The Nillion document ID for the uploaded file metadata

    url: string

    The welshare:// URL to reference this file