Skip to content

Commit

Permalink
INDY-1074: update docs. (hyperledger#551)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Shilov <[email protected]>
  • Loading branch information
sergey-shilov authored and ashcherbakov committed Feb 5, 2018
1 parent 5099cc3 commit a3d5499
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@ Gets information about a DID (NYM).
### GET_ATTRIB
Gets information about an Attribute for the specified DID.

NOTE: `GET_ATTRIB` for `hash` and `enc` attributes is something like the "proof of existence",
i.e. reply data contains requested value only.

- `dest` (base58-encoded string):

Target DID as base58-encoded string for 16 or 32 bit DID value.
Expand Down
1 change: 1 addition & 0 deletions docs/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ Adds attribute to a NYM record
- `hash` (sha256 hash string; mutually exclusive with `raw` and `enc`):

Hash of attribute data (as sent by the client).
The ledger contains this hash; nothing is stored in an attribute store.

- `enc` (sha256 hash string; mutually exclusive with `raw` and `hash`):

Expand Down

0 comments on commit a3d5499

Please sign in to comment.