We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c85a43 commit a748955Copy full SHA for a748955
standard/ERCs/erc-6900.md
@@ -466,9 +466,10 @@ TODO for v0.8
466
467
#### Validations and their installation /uninstallation
468
469
-An account can have more than one validation installed.
+An account can have more than one validation module/function installed.
470
An account can have the same validation module installed more than once.
471
-The entityId of a validation installed on an account MUST be unique.
+The entityId of a validation function installed on an account MUST be unique.
472
+Validation installation MAY be deferred until a later time, such as upon first use.
473
474
#### Responsibilties of `StandardExecutor` and `ModuleExecutor`
475
0 commit comments