Versions in this module Expand all Collapse all v0 v0.8.0 Nov 10, 2019 Changes in this version + type ContractCallBackInfo struct + CodeResponse uint32 + Data []byte + Info string + Log string + OutFlag bool + Tags []KVPair + Value *math.Uint256 + func (cb *ContractCallBackInfo) IsErr() bool + func (cb *ContractCallBackInfo) IsOK() bool + type ContractEnvironment struct + Args []byte + ContractAddress []byte + From []byte + FuncName string + Storage *localstorage.LocalStorage + Value *math.Uint256 + type KVPair interface + Key func() []byte + Value func() []byte + func MakeKVPair(key []byte, value []byte) KVPair + type KVPairInstance struct + func (kv *KVPairInstance) Key() []byte + func (kv *KVPairInstance) Value() []byte + type TransactionHeader struct + ContractAddress []byte + Data []byte + From []byte + Nonce *math.Uint256 + Signature []byte + Value *math.Uint256