Offline Transaction Signing (OTS) 0.1.0
|
Header for the Monero Account class. More...
#include "ots.hpp"
#include "ots-internal.hpp"
#include "ots-exceptions.hpp"
#include "key-store.hpp"
#include <wipeable_string.h>
#include <cryptonote_basic/cryptonote_format_utils.h>
#include <cryptonote_basic/account.h>
#include <utility>
#include <unordered_map>
#include <set>
#include <vector>
#include <crypto/crypto.h>
#include <crypto/hash.h>
#include <cryptonote_basic/cryptonote_basic.h>
#include <ringct/rctTypes.h>
#include <serialization/serialization.h>
#include <serialization/variant.h>
#include <serialization/tuple.h>
#include <serialization/pair.h>
#include <serialization/string.h>
Go to the source code of this file.
Classes | |
class | ots::Account |
holds monero internal account and internal functions More... | |
struct | ots::Account::multisig_info::LR |
Namespaces | |
namespace | ots |
The library exists complete only in this namespace. | |
Header for the Monero Account class.