Properties

Properties

cache: LRUCache<
    string,
    null
    | Nip07Signer
    | Nip01Signer
    | Nip46Signer
    | Nip55Signer,
>
getKey: (args: [null | Session]) => string
getValue: (
    args: [null | Session],
) => null | Nip07Signer | Nip01Signer | Nip46Signer | Nip55Signer