Documentation ¶ Index ¶ func AddKey(owner []byte, keys [][]byte) bool func Init(owner interop.Hash160, addrNetmap, addrContainer []byte) func Key(owner []byte) [][]byte func Migrate(script []byte, manifest []byte) bool func RemoveKey(owner []byte, keys [][]byte) bool func Version() int type UserInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AddKey ¶ func AddKey(owner []byte, keys [][]byte) bool func Init ¶ func Init(owner interop.Hash160, addrNetmap, addrContainer []byte) func Key ¶ func Key(owner []byte) [][]byte func Migrate ¶ added in v0.4.0 func Migrate(script []byte, manifest []byte) bool func RemoveKey ¶ func RemoveKey(owner []byte, keys [][]byte) bool 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.