Documentation ¶ Index ¶ func Get(epoch int, peerID []byte) [][]byte func GetByID(id []byte) [][]byte func Init(notaryDisabled bool, owner interop.Hash160) func ListByEpoch(epoch int) [][]byte func Migrate(script []byte, manifest []byte) bool func Put(epoch int, peerID []byte, value []byte) func Version() int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Get ¶ added in v0.7.0 func Get(epoch int, peerID []byte) [][]byte func GetByID ¶ added in v0.7.0 func GetByID(id []byte) [][]byte func Init ¶ added in v0.4.0 func Init(notaryDisabled bool, owner interop.Hash160) func ListByEpoch ¶ added in v0.7.0 func ListByEpoch(epoch int) [][]byte ListByEpoch returns list of IDs that may be used to get reputation data via GetByID method. func Migrate ¶ added in v0.4.0 func Migrate(script []byte, manifest []byte) bool func Put ¶ func Put(epoch int, peerID []byte, value []byte) func Version ¶ added in v0.7.0 func Version() int Types ¶ This section is empty. Source Files ¶ View all Source files reputation_contract.go Click to show internal directories. Click to hide internal directories.