# Packages

No description provided by the author

# Functions

采用工厂模式,对上层统一区块链执行引擎创建操作,方便框架开发 区块链执行引擎注册通过init实现,由应用方选择具体要使用的引擎.
No description provided by the author
No description provided by the author

# Interfaces

区块链引擎 考虑到引擎的可扩展性,只约束最基本接口,具体暴露接口可由各引擎实现个性化扩展 各引擎提供类型转换函数,由上层引擎使用者调用引擎提供的类型转换函数转换后使用.

# Type aliases

创建engine实例方法.