# Functions
AsAlphabet returns option to sign main TX of notary requests with client's private key.
NewFromMorph wraps client to work with NeoFS contract.
TryNotary returns option to enable notary invocation tries.
# Structs
AlphabetUpdatePrm groups parameters of AlphabetUpdate operation.
BindKeysPrm groups parameters of BindKeys operation.
ChequePrm groups parameters of Cheque operation.
Client is a wrapper over StaticClient which makes calls with the names and arguments of the NeoFS contract.
UnbindKeysPrm groups parameters of UnbindKeys operation.
# Type aliases
Option allows to set an optional parameter of ClientWrapper.