Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESCEngine ¶
type ESCEngine interface { IsOnduty() bool SendMsgProposal(proposalMsg p2p.Message) SendMsgToPeer(proposalMsg p2p.Message, pid peer.PID) SignData(data []byte) []byte DecryptArbiter(cipher []byte) (arbiter []byte, err error) GetProducer() []byte GetBridgeArbiters() crypto.Keypair GetTotalArbitersCount() int IsSyncFinished() bool }
Click to show internal directories.
Click to hide internal directories.