Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContractEngineClientMgr ¶
type ContractEngineClientMgr interface { Start() error Stop() error // contains filtered or unexported methods }
ContractEngineClientMgr is the contract engine client manager
type RuntimeService ¶
type RuntimeService interface { RegisterSandboxMsgNotify( chainId, txId string, respNotify func( msg *protogo.DockerVMMessage, sendF func(*protogo.DockerVMMessage), ), ) error DeleteSandboxMsgNotify(chainId, txId string) bool }
RuntimeService is the runtime service
Click to show internal directories.
Click to hide internal directories.