signify-ts
    Preparing search index...

    Interface ExternState

    Interface defining properties for an external module identifier manager that uses externally managed keys such as in an HSM or a KMS system.

    interface ExternState {
        extern_type: string;
        pidx: number;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    extern_type: string
    pidx: number