|
| | RingDB (const char *genesis="") |
| |
| | ~RingDB () |
| |
| | ringdb (std::string filename, const std::string &genesis) |
| |
| void | close () |
| |
| | ~ringdb () |
| |
| bool | add_rings (const crypto::chacha_key &chacha_key, const cryptonote::transaction_prefix &tx) |
| |
| bool | remove_rings (const crypto::chacha_key &chacha_key, const std::vector< crypto::key_image > &key_images) |
| |
| bool | remove_rings (const crypto::chacha_key &chacha_key, const cryptonote::transaction_prefix &tx) |
| |
| bool | get_ring (const crypto::chacha_key &chacha_key, const crypto::key_image &key_image, std::vector< uint64_t > &outs) |
| |
| bool | set_ring (const crypto::chacha_key &chacha_key, const crypto::key_image &key_image, const std::vector< uint64_t > &outs, bool relative) |
| |
| bool | blackball (const std::pair< uint64_t, uint64_t > &output) |
| |
| bool | blackball (const std::vector< std::pair< uint64_t, uint64_t >> &outputs) |
| |
| bool | unblackball (const std::pair< uint64_t, uint64_t > &output) |
| |
| bool | blackballed (const std::pair< uint64_t, uint64_t > &output) |
| |
| bool | clear_blackballs () |
| |
Definition at line 74 of file ringdb.cpp.
◆ RingDB()
| RingDB::RingDB |
( |
const char * |
genesis = "" | ) |
|
|
inline |
◆ ~RingDB()
Definition at line 78 of file ringdb.cpp.
78 {
close(); boost::filesystem::remove_all(filename); free(filename); }
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/tests/unit_tests/ringdb.cpp