hqsl-ts
    Preparing search index...

    Type Alias HQSLVerification

    Verification result object.

    May contain the signer and certifier keys, if this makes sense for the verdict.

    type HQSLVerification = {
        certifierKey?: PublicKey;
        signerKey?: PublicKey;
        verdict: HQSLState;
    }
    Index

    Properties

    certifierKey?: PublicKey
    signerKey?: PublicKey
    verdict: HQSLState