[#56] Fix typos and regenerate docs

Sorry =)

Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
Stanislav Bogatyrev 2020-08-18 18:41:25 +03:00
parent 526792324d
commit 762c9762ef
6 changed files with 38 additions and 7 deletions

View file

@ -67,13 +67,13 @@ message Header {
uint64 payload_length = 5;
// Hash of payload bytes
Checksum payload_hash = 6;
neo.fs.v2.refs.Checksum payload_hash = 6;
// Special object type
ObjectType object_type = 7;
// Homomorphic hash of the object payload.
Checksum homomorphic_hash = 8;
neo.fs.v2.refs.Checksum homomorphic_hash = 8;
// Session token, if it was used during Object creation.
// Need it to verify integrity and authenticity out of Request scope.