interface WrapOptions {
    passData?: boolean;
    passUnsignedInterest?: boolean;
}

Properties

passData?: boolean

If true, non-Interest packets are passed through to the inner Verifier. If false, non-Interest packets are rejected.

Default Value

true
passUnsignedInterest?: boolean

If true, Interests without SigInfo are passed through to the inner Verifier. If false, Interests without SigInfo are rejected.

Default Value

false