Versions in this module Expand all Collapse all v0 v0.7.2 Apr 16, 2020 v0.7.1 Apr 9, 2020 Changes in this version + type ContractInvokeParam struct + Address common.Address + Args []byte + Method string + Version byte + func (this *ContractInvokeParam) Deserialization(source *common.ZeroCopySource) error + func (this *ContractInvokeParam) Serialization(sink *common.ZeroCopySink) + type PreExecResult struct + Gas uint64 + Notify []*event.NotifyEventInfo + Result interface{} + State byte + type WasmContractParam struct + Address common.Address + Args []byte + func (this *WasmContractParam) Deserialization(source *common.ZeroCopySource) error + func (this *WasmContractParam) Serialization(sink *common.ZeroCopySink)