[#15] Use api-go definition of NodeInfo in node
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
f0ee275ce6
commit
ee9551992c
4 changed files with 20 additions and 120 deletions
|
@ -3,9 +3,12 @@ package netmap
|
|||
import (
|
||||
"errors"
|
||||
|
||||
"github.com/nspcc-dev/neofs-api-go/v2/netmap"
|
||||
"github.com/nspcc-dev/neofs-node/pkg/morph/client"
|
||||
)
|
||||
|
||||
type NodeInfo = netmap.NodeInfo
|
||||
|
||||
// Client is a wrapper over StaticClient
|
||||
// which makes calls with the names and arguments
|
||||
// of the NeoFS Netmap contract.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue