Function createMultiSigAuthDescriptorRegistration

  • Creates a registration for a multi signature auth descriptor

    Parameters

    • flags: string[]

      the flags that this auth descriptor will have

    • signers: Buffer[]

      the signers that will sign this auth descriptor

    • signaturesRequired: number

      how many signatures is required to perform an operation

    • rules: null | AuthDescriptorRules = null

      any rules to be included in the registration

    Returns AuthDescriptorRegistration<MultiSig>

    the created registration