Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: ashcherbakov <alexander.sherbakov@dsr-corporation.com>
  • Loading branch information
ashcherbakov committed Jul 31, 2019
1 parent 33a4df9 commit 9ed8292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions docs/source/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -1409,8 +1409,7 @@ The `constraint_id` fields is where one can define the desired auth constraint f
- `off_ledger_signature` (boolean, optional, False by default):

Whether signatures against keys not present on the ledger are accepted during verification of the required number of valid signatures.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer`==`dest`
and a newly created `verkey` is used for signature verification.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer` is not present on the ledger and a newly created `verkey` is used for signature verification.
Another example is signing by cryptonyms (where identifier is equal to verkey), but this is not supported yet.
If the value of this field is False (default), and the number of required signatures is greater than zero, then the transaction author's DID (`identifier`) must be present on the ledger (corresponding NYM txn must exist).

Expand Down Expand Up @@ -1601,8 +1600,7 @@ A client will receive NACK for
- `off_ledger_signature` (boolean, optional, False by default):

Whether signatures against keys not present on the ledger are accepted during verification of required number of valid signatures.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer`==`dest`
and a newly created `verkey` is used for signature verification.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer` is not present on the ledger and a newly created `verkey` is used for signature verification.
Another example is signing by cryptonyms (where identifier is equal to verkey), but this is not supported yet.
If the value of this field is False (default), and the number of required signatures is greater than zero, then the transaction author's DID (`identifier`) must be present on the ledger (corresponding NYM txn must exist).

Expand Down
6 changes: 2 additions & 4 deletions docs/source/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,7 @@ The `constraint_id` fields is where one can define the desired auth constraint f
- `off_ledger_signature` (boolean, optional, False by default):

Whether signatures against keys not present on the ledger are accepted during verification of required number of valid signatures.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer`==`dest`
and a newly created `verkey` is used for signature verification.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer` is not present on the ledger and a newly created `verkey` is used for signature verification.
Another example is signing by cryptonyms (where identifier is equal to verkey), but this is not supported yet.
If the value of this field is False (default), and the number of required signatures is greater than zero, then the transaction author's DID (`identifier`) must be present on the ledger (corresponding NYM txn must exist).

Expand Down Expand Up @@ -1140,8 +1139,7 @@ Please note, that list elements of `GET_AUTH_RULE` output can be used as an inpu
- `off_ledger_signature` (boolean, optional, False by default):

Whether signatures against keys not present on the ledger are accepted during verification of required number of valid signatures.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer`==`dest`
and a newly created `verkey` is used for signature verification.
An example when it can be set to `True` is creation of a new DID in a permissionless mode, that is when `identifer` is not present on the ledger and a newly created `verkey` is used for signature verification.
Another example is signing by cryptonyms (where identifier is equal to verkey), but this is not supported yet.
If the value of this field is False (default), and the number of required signatures is greater than zero, then the transaction author's DID (`identifier`) must be present on the ledger (corresponding NYM txn must exist).

Expand Down

0 comments on commit 9ed8292

Please sign in to comment.