LVE SDK
    Preparing search index...

    Interface LveMetadata

    interface LveMetadata {
        cipher: string;
        created_at: string;
        credential_ids: string[];
        file_id: string;
        recipient_count: number;
        rp_id: string;
        unlock: string;
    }
    Index

    Properties

    cipher: string
    created_at: string
    credential_ids: string[]
    file_id: string
    recipient_count: number
    rp_id: string
    unlock: string