Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: ashcherbakov <[email protected]>
  • Loading branch information
ashcherbakov committed May 10, 2018
1 parent 4a11119 commit cf4a45c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,9 @@ Please find the format of each request-specific data for each type of request be

## Reply Structure for Write Requests

Each Reply to write requests has a number of common metadata fields
(we don't support State Proofs for write requests yet). Most of these fields are actually metadata fields
Each Reply to write requests has a number of common metadata fields. Most of these fields are actually metadata fields
of a transaction in the Ledger (see [transactions](transactions.md)).

These common metadata values are added to result's JSON at the same level as real data.

**TODO**: consider distinguishing and separating real transaction data and metadata into different levels.


```
{
'op': 'REPLY',
Expand Down

0 comments on commit cf4a45c

Please sign in to comment.