6 #ifndef IROHA_POSTGRES_BURROW_STORAGE_HPP 7 #define IROHA_POSTGRES_BURROW_STORAGE_HPP 22 std::string
const &tx_hash,
26 std::string_view address)
override;
29 std::string_view address, std::string_view account)
override;
32 std::string_view address)
override;
35 std::string_view address, std::string_view key)
override;
38 std::string_view address,
40 std::string_view value)
override;
43 std::string_view address,
44 std::string_view data,
45 std::vector<std::string_view> topics)
override;
49 std::string
const &tx_hash_;
51 std::optional<size_t> call_id_cache_;
Definition: block_query.hpp:17
Definition: result_fwd.hpp:27
Definition: burrow_storage.hpp:19
int32_t CommandIndexType
Type of command index within a transaction.
Definition: types.hpp:100
Definition: pool_wrapper.hpp:11
Definition: postgres_burrow_storage.hpp:18