Documentation
    Preparing search index...

    Interface FetchKeysOptions

    interface FetchKeysOptions {
        ids: string[];
        sessionKey: SessionKey;
        threshold: number;
        txBytes: Uint8Array;
    }
    Index

    Properties

    ids: string[]

    The ids of the encrypted objects.

    sessionKey: SessionKey

    The session key to use.

    threshold: number

    The threshold.

    txBytes: Uint8Array

    The transaction bytes to use (that calls seal_approve* functions).