Documentation ¶ Index ¶ type Client Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client interface { client.Client // RawForAddress must return rawclient.Client // for the passed network.Address. RawForAddress(network.Address) *rawclient.Client } Client is an interface of NeoFS storage node's client. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.