• Filters signer interfaces, returning only those accepted by all selectors.

    Type Parameters

    Parameters

    • signers: readonly AllSigners[]

      An array of signer interfaces.

    • Rest ...selectors: readonly SignerSelector[]

      One or more selector callbacks, receiving a signer as input and returning true in case it meets selection criteria.

    Returns SelectedSigners[]

    An array of those signers for which all selectors returned true.