Documentation ¶ Index ¶ func AddKey(owner []byte, keys []interop.PublicKey) func Key(owner []byte) [][]byte func Migrate(script []byte, manifest []byte, data interface{}) bool func RemoveKey(owner []byte, keys []interop.PublicKey) func Version() int type UserInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddKey ¶ func AddKey(owner []byte, keys []interop.PublicKey) func Key ¶ func Key(owner []byte) [][]byte func Migrate ¶ added in v0.4.0 func Migrate(script []byte, manifest []byte, data interface{}) bool func RemoveKey ¶ func RemoveKey(owner []byte, keys []interop.PublicKey) func Version ¶ func Version() int Types ¶ type UserInfo ¶ type UserInfo struct { Keys [][]byte } Source Files ¶ View all Source files neofsid_contract.go Click to show internal directories. Click to hide internal directories.