-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
squad: gatekeepersCatalyst App Backend, System Development & Integration TeamCatalyst App Backend, System Development & Integration Team
Description
Summary
Add a dedicated validation rule structure for the validating signatures with kid field.
Moving the current fn validate_signatures implementation under the new SignaturesRule type.
Description
- Add a new
SignaturesRuletype, with the new configuration parametermutlisig: bool, moving the existingvalidate_signaturesas aSignaturesRule::checkimplementation.
struct SignaturesRule {
/// Flag which allows multiple signatures or not
mutlisig: bool
}- Add a new validation rule
SignaturesRuleand add it into theRulestype as a field.
Metadata
Metadata
Assignees
Labels
squad: gatekeepersCatalyst App Backend, System Development & Integration TeamCatalyst App Backend, System Development & Integration Team
Type
Projects
Status
✅ Done