# Functions
NewContract constructs Contract from provided dump.Reader for the named NeoFS contract.
SkipUnsupportedVersions calls get current version of the Contract using 'version' method and checks can the Contract be updated similar to common.CheckVersion.
# Structs
Contract provides part of Neo blockchain services primarily related to the NeoFS contract being tested.
ContractOptions groups various options of NewContract.