Versions in this module Expand all Collapse all v0 v0.6.1 Jan 21, 2020 Changes in this version + type LogLevel byte + const Debug + const Error + const Info + type ParamType byte + const Json + const Raw + type WasmStateMachine struct + func NewWasmStateMachine() *WasmStateMachine + type WasmStateReader struct + func NewWasmStateReader() *WasmStateReader + func (i *WasmStateReader) Exists(name string) bool + func (i *WasmStateReader) GetServiceMap() map[string]func(*exec.ExecutionEngine) (bool, error) + func (i *WasmStateReader) Invoke(methodName string, engine *exec.ExecutionEngine) (bool, error) + func (i *WasmStateReader) MergeMap(mMap map[string]func(*exec.ExecutionEngine) (bool, error)) bool + func (i *WasmStateReader) Register(name string, handler func(*exec.ExecutionEngine) (bool, error)) bool + type WasmVmService struct + CacheDB *storage.CacheDB + Code []byte + ContextRef context.ContextRef + Notifications []*event.NotifyEventInfo + Store store.LedgerStore + Time uint32 + Tx *types.Transaction