6 #ifndef AMETSUCHI_POSTGRES_INDEXER_HPP 7 #define AMETSUCHI_POSTGRES_INDEXER_HPP 40 boost::optional<shared_model::interface::types::AssetIdType>
49 std::vector<std::string>
hash;
54 std::vector<shared_model::interface::types::AccountIdType>
account;
55 std::vector<std::string>
hash;
57 boost::optional<shared_model::interface::types::AssetIdType>>
59 std::vector<shared_model::interface::types::TimestampType>
ts;
Definition: block_query.hpp:17
Definition: result_fwd.hpp:27
std::vector< shared_model::interface::types::TimestampType > ts
Definition: postgres_indexer.hpp:59
Definition: block_query.hpp:15
std::vector< std::string > hash
Definition: postgres_indexer.hpp:49
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:50
std::vector< size_t > height
Definition: postgres_indexer.hpp:60
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:61
Definition: indexer.hpp:21
std::vector< boost::optional< shared_model::interface::types::AssetIdType > > asset_id
Definition: postgres_indexer.hpp:58
std::vector< shared_model::interface::types::AccountIdType > account
Definition: postgres_indexer.hpp:54
uint64_t TimestampType
Type of timestamp.
Definition: types.hpp:69