Versions in this module Expand all Collapse all v2 v2.0.1 Jul 5, 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)