Documentation ¶
Overview ¶
Package logicrunner - infrastructure for executing smartcontracts
Index ¶
- type LogicRunner
- func (r *LogicRunner) Execute(msg core.Message) *core.Response
- func (r *LogicRunner) GetExecutor(t core.MachineType) (core.MachineLogicExecutor, error)
- func (r *LogicRunner) RegisterExecutor(t core.MachineType, e core.MachineLogicExecutor) error
- func (lr *LogicRunner) Start(c core.Components) error
- func (lr *LogicRunner) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogicRunner ¶
type LogicRunner struct { Executors [core.MachineTypesLastID]core.MachineLogicExecutor ArtifactManager core.ArtifactManager Cfg configuration.LogicRunner }
LogicRunner is a general interface of contract executor
func NewLogicRunner ¶ added in v0.0.3
func NewLogicRunner(cfg configuration.LogicRunner) (*LogicRunner, error)
NewLogicRunner is constructor for `LogicRunner`
func (*LogicRunner) Execute ¶ added in v0.0.3
func (r *LogicRunner) Execute(msg core.Message) *core.Response
Execute runs a method on an object, ATM just thin proxy to `GoPlugin.Exec`
func (*LogicRunner) GetExecutor ¶ added in v0.0.3
func (r *LogicRunner) GetExecutor(t core.MachineType) (core.MachineLogicExecutor, error)
GetExecutor returns an executor for the `MachineType` if it was registered (`RegisterExecutor`), returns error otherwise
func (*LogicRunner) RegisterExecutor ¶ added in v0.0.3
func (r *LogicRunner) RegisterExecutor(t core.MachineType, e core.MachineLogicExecutor) error
RegisterExecutor registers an executor for particular `MachineType`
func (*LogicRunner) Start ¶
func (lr *LogicRunner) Start(c core.Components) error
func (*LogicRunner) Stop ¶
func (lr *LogicRunner) Stop() error
Directories ¶
Path | Synopsis |
---|---|
Package builtin is implementation of builtin contracts engine
|
Package builtin is implementation of builtin contracts engine |
Package goplugin - golang plugin in docker runner
|
Package goplugin - golang plugin in docker runner |
foundation
Package foundation server implementation of smartcontract functions
|
Package foundation server implementation of smartcontract functions |
Click to show internal directories.
Click to hide internal directories.