Documentation
    Preparing search index...

    Interface GetDerivedKeysOptions

    interface GetDerivedKeysOptions {
        id: string;
        kemType?: KemType;
        sessionKey: SessionKey;
        threshold: number;
        txBytes: Uint8Array;
    }
    Index

    Properties

    id: string

    The id of the encrypted object.

    kemType?: KemType
    sessionKey: SessionKey

    The session key to use.

    threshold: number

    The threshold.

    txBytes: Uint8Array

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