Vana SDK - v2.2.2
    Preparing search index...

    Interface EncryptFileResult

    Result of encrypting a file

    interface EncryptFileResult {
        encryptedData: Blob;
        encryptionKey: string;
    }
    Index

    Properties

    encryptedData: Blob

    The encrypted data as a Blob

    encryptionKey: string

    The encryption key used (derived from wallet)