Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface ExternalKeyPairFunctionsNoEncryption

    External key pairs allow arbitrary external keying mechanisms (such as PKCS#11) to be used to back accounts

    interface ExternalKeyPairFunctionsNoEncryption {
        sign: signFunctionType;
        supportsEncryption: false;
        verify?: verifyFunctionType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    supportsEncryption: false