# README

共识领域组件编程规范

1.领域上下文。

2.对外暴露接口。

3.驱动组件约束接口。

4.公共数据结构。

# Packages

No description provided by the author
明确定义该模块需要的上下文信息,方便代码阅读和理解.
No description provided by the author
No description provided by the author

# Functions

NewPluggableConsensus 初次创建PluggableConsensus实例,初始化cons列表.
NewPluginConsensus 新建可插拔共识实例.
Register 不同类型的共识需要提前完成注册.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

PluggableConsensus 实现了consensus_interface接口.

# Interfaces

ConsensusInterface 定义了一个共识实例需要实现的接口,用于kernel外的调用.

# Type aliases

No description provided by the author