()
| 928 | // that manage interactions with BFT and other parts of the application like FSM, P2P and Storage |
| 929 | Controller interface { |
| 930 | Lock() |
| 931 | Unlock() |
| 932 | // ChainHeight returns the height of the target-chain |
| 933 | ChainHeight() uint64 |
no outgoing calls