Documentation
    Preparing search index...

    Interface CapabilityResolution

    Result of resolving what capabilities a NAP message requires.

    Field Description
    senderCap Capability the sender must have, or null if no check needed
    recipientCap Capability the recipient must have, or null if no check needed

    Capability the sender must have, or null if no ACL gate required

    Capability the recipient must have, or null if no recipient check

    interface CapabilityResolution {
        recipientCap: string | null;
        senderCap: string | null;
    }
    Index

    Properties

    recipientCap: string | null
    senderCap: string | null