Interface ControlCommandOptions

interface ControlCommandOptions {
    cOpts?: ConsumerOptions;
    prefix?: Name;
    signedInterestPolicy?: SignedInterestPolicy;
    signer?: Signer;
}

Hierarchy

  • CommonOptions
    • ControlCommandOptions

Properties

Consumer options.

  • .describe defaults to "nfdmgmt".
  • .verifier is recommended.
prefix?: Name

NFD management prefix.

getPrefix()

signedInterestPolicy?: SignedInterestPolicy

Signed Interest policy for the command Interest.

Signed Interest shall contain SigNonce and SigTime.

signer?: Signer

Command Interest signer.

Digest signing.