#include "mst_transport_stub.hpp"


Public Member Functions | |
| void | subscribe (std::shared_ptr< MstTransportNotification >) override |
| rxcpp::observable< bool > | sendState (std::shared_ptr< shared_model::interface::Peer const >, MstState const &) override |
Public Member Functions inherited from iroha::network::MstTransport | |
| virtual | ~MstTransport ()=default |
|
overridevirtual |
Share state with other peer
| to | - peer recipient of message |
| providing_state | - state for transmitting |
Implements iroha::network::MstTransport.
|
overridevirtual |
Subscribe object for receiving notifications
| notification | - object that will be notified on updates |
Implements iroha::network::MstTransport.