[#127] netmap: Add doc comments

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-02-24 14:46:25 +03:00 committed by Alex Vanin
parent 1affb7e458
commit 1594dc1f60

View file

@ -66,6 +66,7 @@ message LocalNodeInfoResponse {
neo.fs.v2.session.ResponseVerificationHeader verify_header = 3; neo.fs.v2.session.ResponseVerificationHeader verify_header = 3;
} }
// Get NetworkInfo structure with the network view from particular node.
message NetworkInfoRequest { message NetworkInfoRequest {
// NetworkInfo request body is empty. // NetworkInfo request body is empty.
message Body { message Body {
@ -83,6 +84,8 @@ message NetworkInfoRequest {
neo.fs.v2.session.RequestVerificationHeader verify_header = 3; neo.fs.v2.session.RequestVerificationHeader verify_header = 3;
} }
// Response with NetworkInfo structure including current epoch and
// sidechain magic number.
message NetworkInfoResponse { message NetworkInfoResponse {
// Information about the network. // Information about the network.
message Body { message Body {