//
pkg.gl
Category
github.com/nspcc-dev/neofs-contract
rpc
processing
package
0.20.0
Repository:
https://github.com/nspcc-dev/neofs-contract.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
50 SLOC
#
Functions
New
New creates an instance of Contract using provided contract hash and the given Actor.
NewReader
NewReader creates an instance of ContractReader using provided contract hash and the given Invoker.
#
Structs
Contract
Contract implements all contract methods.
ContractReader
ContractReader implements safe contract methods.
#
Interfaces
Actor
Actor is used by Contract to call state-changing methods.
Invoker
Invoker is used by ContractReader to call various safe methods.