package
0.20.0
Repository: https://github.com/nspcc-dev/neofs-contract.git
Documentation: pkg.go.dev

# Functions

New creates an instance of Contract using provided contract hash and the given Actor.
NewReader creates an instance of ContractReader using provided contract hash and the given Invoker.

# Structs

Contract implements all contract methods.
ContractReader implements safe contract methods.

# Interfaces

Actor is used by Contract to call state-changing methods.
Invoker is used by ContractReader to call various safe methods.