49 bool remove_rings(
const crypto::chacha_key &chacha_key,
const std::vector<crypto::key_image> &key_images);
52 bool get_rings(
const crypto::chacha_key &chacha_key,
const std::vector<crypto::key_image> &key_images, std::vector<std::vector<uint64_t>> &all_outs);
53 bool set_ring(
const crypto::chacha_key &chacha_key,
const crypto::key_image &key_image,
const std::vector<uint64_t> &outs,
bool relative);
54 bool set_rings(
const crypto::chacha_key &chacha_key,
const std::vector<std::pair<
crypto::key_image, std::vector<uint64_t>>> &rings,
bool relative);
56 bool blackball(
const std::pair<uint64_t, uint64_t> &output);
58 bool unblackball(
const std::pair<uint64_t, uint64_t> &output);
59 bool blackballed(
const std::pair<uint64_t, uint64_t> &output);
Definition cryptonote_basic.h:171
std::tuple< uint64_t, uint64_t, std::vector< tools::wallet2::transfer_details > > outputs
Definition cold-outputs.cpp:53
unsigned int MDB_dbi
A handle for an individual database in the DB environment.
Definition lmdb.h:270
Lightning memory-mapped database library.
POD_CLASS key_image
Definition crypto.h:95
cryptonote::transaction tx
Definition transaction.cpp:40