#include "mst_transport.hpp"


Public Member Functions | |
| virtual void | onNewState (shared_model::interface::types::PublicKeyHexStringView from, MstState &&new_state)=0 |
| virtual | ~MstTransportNotification ()=default |
Interface represents handler for multi-signature notifications
|
virtualdefault |
|
pure virtual |
Handler method for updating state, when new data received
| from | - key of the peer emitted the state |
| new_state | - state propagated from peer |
Implemented in iroha::FairMstProcessor.