|
Electroneum
|
#include "crypto/hash.h"#include "cryptonote_basic/cryptonote_basic.h"#include "cryptonote_basic/difficulty.h"#include "ringct/rctSigs.h"#include "rpc/rpc_handler.h"#include <unordered_map>#include <vector>

Go to the source code of this file.
Namespaces | |
| cryptonote | |
| Holds cryptonote related classes and helpers. | |
| cryptonote::rpc | |
Typedefs | |
| typedef std::vector< uint64_t > | cryptonote::rpc::tx_output_indices |
| typedef std::vector< tx_output_indices > | cryptonote::rpc::block_output_indices |
| typedef std::vector< output_key_and_amount_index > | cryptonote::rpc::outputs_for_amount |
| typedef std::unordered_map< crypto::key_image, std::vector< crypto::hash > > | cryptonote::rpc::key_images_with_tx_hashes |