Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientWrapper ¶
ClientWrapper is a wrapper over NeoFS ID contract client which provides convenient methods for working with a contract.
Working ClientWrapper must be created via Wrap.
func Wrap ¶
func Wrap(c *neofsid.Client) *ClientWrapper
Wrap creates, initializes and returns the ClientWrapper instance.
If c is nil, panic occurs.
func (*ClientWrapper) AccountKeys ¶
func (x *ClientWrapper) AccountKeys(id *owner.ID) (keys.PublicKeys, error)
AccountKeys requests public keys of NeoFS account from NeoFS ID contract.
Click to show internal directories.
Click to hide internal directories.