本文介绍fabric/consensus/consensus.go中定义的各个接口的作用, consensus内对接口的实现以及对各接口的使用. 由于内容过多, 拆分成多个页面.
fabric/consensus/consensus.go
[Event](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(eventarrow-up-right))
[Network](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(networkarrow-up-right))
[Crypto](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(cryptoarrow-up-right))
[Blockchain](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(blockchainarrow-up-right))
[Stack](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(stackarrow-up-right))
[Others](https://github.com/tsingtan/geth-pbft/wiki/fabric-consensus(othersarrow-up-right))
Last updated 5 years ago