Versions in this module Expand all Collapse all v0 v0.6.1 Jan 21, 2020 Changes in this version + type CodeContainer interface + GetMessage func() []byte + type Crypto interface + Hash160 func(message []byte) []byte + Hash256 func(message []byte) []byte + VerifySignature func(message []byte, signature []byte, pubkey []byte) (bool, error) + type Interop interface + ToArray func() []byte