Offline Transaction Signing (OTS) 0.1.0
Loading...
Searching...
No Matches
account.cpp File Reference
#include "account.hpp"
#include <string_tools.h>
#include <common/base58.h>
#include <cryptonote_basic/cryptonote_basic.h>
#include <cryptonote_basic/tx_extra.h>
#include "ringct/rctOps.h"
#include <crypto/chacha.h>
#include <wipeable_string.h>
#include <tuple>
Include dependency graph for account.cpp:

Namespaces

namespace  ots
 The library exists complete only in this namespace.
 

Macros

#define CMPF(f)   if(!(td.f == org_td.f)) goto process
 

Macro Definition Documentation

◆ CMPF

#define CMPF (   f)    if(!(td.f == org_td.f)) goto process