boost::optional< std::vector< std::string > > getSignatories(const shared_model::interface::types::AccountIdType &account_id) override
Definition: postgres_wsv_query.cpp:56
boost::optional< std::vector< std::shared_ptr< shared_model::interface::Peer > > > getPeers() override
Definition: postgres_wsv_query.cpp:71
iroha::expected::Result< iroha::TopBlockInfo, std::string > getTopBlockInfo() const override
Get top block info from ledger state.
Definition: postgres_wsv_query.cpp:108
PostgresWsvQuery(soci::session &sql, logger::LoggerPtr log)
Definition: postgres_wsv_query.cpp:38
Definition: postgres_wsv_query.hpp:16
boost::optional< std::shared_ptr< shared_model::interface::Peer > > getPeerByPublicKey(shared_model::interface::types::PublicKeyHexStringView public_key) override
Definition: postgres_wsv_query.cpp:83