Add type of hash

This commit is contained in:
kdeme 2019-12-11 11:08:10 +01:00
parent 405591c2e1
commit 9491968fd3
No known key found for this signature in database
GPG Key ID: 4E8DD21420AF43F5
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ For a requester, to know that all messages have been sent by mailserver, it SHOU
[ RequestID, LastEnvelopeHash, Cursor ]
```
`RequestID`: 32-byte wide array with a hash of the envelope containing the original request
`LastEnvelopeHash`: 32-byte wide array with a hash of the last sent envelope for the request
`RequestID`: 32-byte wide array with a Keccak-256 hash of the envelope containing the original request
`LastEnvelopeHash`: 32-byte wide array with a Keccak-256 hash of the last sent envelope for the request
`Cursor`: an array of a cursor returned from the previous request (optional)
If `Cursor` is not empty, it means that not all messages were sent due to the set `Limit` in the request. One or more consecutive requests MAY be sent with `Cursor` field filled in in order to receive the rest of the messages.