frostfs-contract/netmap
Leonard Lyubich d95bc53589 [#269] netmap: Return same type from reading methods
There is a need to return similar structure of information about the
storage nodes from the contract storage readers. In previous
implementation some methods didn't return node state which can differ
with the one encoded in the node's BLOB.

Define `Node` structure of the information about the storage nodes
recorded in the contract storage. Return `[]Node` from all related
methods.

Also improve docs of touched contract methods.

Signed-off-by: Leonard Lyubich <ctulhurider@gmail.com>
2022-09-30 17:31:58 +04:00
..
config.yml [#236] *: Notify user on success 2022-04-13 12:14:35 +03:00
doc.go [#240] English Check 2022-04-26 23:22:06 +03:00
netmap_contract.go [#269] netmap: Return same type from reading methods 2022-09-30 17:31:58 +04:00