6 #ifndef AMETSUCHI_POSTGRES_INDEXER_HPP 7 #define AMETSUCHI_POSTGRES_INDEXER_HPP 26 &committed_tx_hash)
override;
29 &rejected_tx_hash)
override;
34 boost::optional<shared_model::interface::types::AssetIdType>
43 std::vector<std::string>
hash;
48 std::vector<shared_model::interface::types::AccountIdType>
account;
49 std::vector<std::string>
hash;
51 boost::optional<shared_model::interface::types::AssetIdType>>
53 std::vector<shared_model::interface::types::TimestampType>
ts;
Definition: result_fwd.hpp:27
std::vector< shared_model::interface::types::TimestampType > ts
Definition: postgres_indexer.hpp:53
Definition: block_query.hpp:15
std::vector< std::string > hash
Definition: postgres_indexer.hpp:43
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
hash256_t hash(const T &pb)
Definition: pb_common.hpp:43
std::vector< std::string > status
Definition: postgres_indexer.hpp:44
std::vector< size_t > height
Definition: postgres_indexer.hpp:54
Position of a transaction in the ledger.
Definition: indexer.hpp:26
Definition: postgres_indexer.hpp:21
Definition: pool_wrapper.hpp:11
std::vector< size_t > index
Definition: postgres_indexer.hpp:55
Definition: indexer.hpp:21
std::vector< boost::optional< shared_model::interface::types::AssetIdType > > asset_id
Definition: postgres_indexer.hpp:52
std::vector< shared_model::interface::types::AccountIdType > account
Definition: postgres_indexer.hpp:48
uint64_t TimestampType
Type of timestamp.
Definition: types.hpp:67