Function createSingleSigAuthDescriptorRegistration

  • Creates a registration for a single signature auth descriptor

    Parameters

    • flags: string[]

      the flags that this auth descriptor will have

    • signer: Buffer

      the signer that will sign this auth descriptor

    • rules: null | AuthDescriptorRules = null

      any rules to be included in the registration

    Returns AuthDescriptorRegistration<SingleSig>

    the created registration