39#undef MONERO_DEFAULT_LOG_CATEGORY
40#define MONERO_DEFAULT_LOG_CATEGORY "wallet.rpc"
49#define WALLET_RPC_VERSION_MAJOR 1
50#define WALLET_RPC_VERSION_MINOR 26
51#define MAKE_WALLET_RPC_VERSION(major,minor) (((major)<<16)|(minor))
52#define WALLET_RPC_VERSION MAKE_WALLET_RPC_VERSION(WALLET_RPC_VERSION_MAJOR, WALLET_RPC_VERSION_MINOR)
57#define WALLET_RPC_STATUS_OK "OK"
58#define WALLET_RPC_STATUS_BUSY "BUSY"
739 std::list<transfer_description>
desc;
1677 std::list<transfer_entry>
in;
1678 std::list<transfer_entry>
out;
const uint8_t seed[32]
Definition: code-generator.cpp:37
crypto::secret_key spendkey
Definition: cold-outputs.cpp:44
size_t n_outputs
Definition: cold-outputs.cpp:56
std::tuple< uint64_t, uint64_t, std::vector< tools::wallet2::transfer_details > > outputs
Definition: cold-outputs.cpp:53
static constexpr const char hex[]
Definition: wipeable_string.cpp:36
#define CRYPTONOTE_MAX_BLOCK_NUMBER
Definition: cryptonote_config.h:39
int * count
Definition: gmock_stress_test.cc:176
const char * key
Definition: hmac_keccak.cpp:40
#define KV_SERIALIZE(varialble)
Definition: keyvalue_serialization.h:118
#define KV_SERIALIZE_OPT(variable, default_value)
Definition: keyvalue_serialization.h:123
#define END_KV_SERIALIZE_MAP()
Definition: keyvalue_serialization.h:116
#define BEGIN_KV_SERIALIZE_MAP()
Definition: keyvalue_serialization.h:43
static MDB_envinfo info
Definition: mdb_load.c:37
static int version
Definition: mdb_load.c:29
uint32_t address
Definition: getifaddr.c:269
TODO: (mj-xmr) This will be reduced in an another PR.
Definition: byte_slice.h:40
Definition: integrated_address.py:1
Definition: multisig.cpp:46
Definition: bulletproofs.cc:64
Definition: transfer.py:1
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1225
#define true
Definition: stdbool.h:36
#define false
Definition: stdbool.h:37
unsigned int uint32_t
Definition: stdint.h:126
unsigned __int64 uint64_t
Definition: stdint.h:136
signed char int8_t
Definition: stdint.h:121
Definition: subaddress_index.h:39
Definition: misc_language.h:104
Definition: wallet_rpc_server_commands_defs.h:1972
std::string description
Definition: wallet_rpc_server_commands_defs.h:1974
std::string address
Definition: wallet_rpc_server_commands_defs.h:1973
Definition: wallet_rpc_server_commands_defs.h:1984
uint64_t index
Definition: wallet_rpc_server_commands_defs.h:1985
Definition: wallet_rpc_server_commands_defs.h:1970
Definition: wallet_rpc_server_commands_defs.h:2061
uint64_t index
Definition: wallet_rpc_server_commands_defs.h:2062
Definition: wallet_rpc_server_commands_defs.h:2071
Definition: wallet_rpc_server_commands_defs.h:2059
epee::misc_utils::struct_init< response_t > response
Definition: wallet_rpc_server_commands_defs.h:2075
Definition: wallet_rpc_server_commands_defs.h:1997
bool set_description
Definition: wallet_rpc_server_commands_defs.h:2001
bool set_address
Definition: wallet_rpc_server_commands_defs.h:1999
uint64_t index
Definition: wallet_rpc_server_commands_defs.h:1998
std::string address
Definition: wallet_rpc_server_commands_defs.h:2000
std::string description
Definition: wallet_rpc_server_commands_defs.h:2002
Definition: wallet_rpc_server_commands_defs.h:2015
Definition: wallet_rpc_server_commands_defs.h:1995
epee::misc_utils::struct_init< response_t > response
Definition: wallet_rpc_server_commands_defs.h:2019
Definition: wallet_rpc_server_commands_defs.h:2035
uint64_t index
Definition: wallet_rpc_server_commands_defs.h:2036
std::string description
Definition: wallet_rpc_server_commands_defs.h:2038
std::string address
Definition: wallet_rpc_server_commands_defs.h:2037
Definition: wallet_rpc_server_commands_defs.h:2025
std::list< uint64_t > entries
Definition: wallet_rpc_server_commands_defs.h:2026
Definition: wallet_rpc_server_commands_defs.h:2048
std::vector< entry > entries
Definition: wallet_rpc_server_commands_defs.h:2049
Definition: wallet_rpc_server_commands_defs.h:2023
Definition: wallet_rpc_server_commands_defs.h:1488
std::string note
Definition: wallet_rpc_server_commands_defs.h:1496
std::string payment_id
Definition: wallet_rpc_server_commands_defs.h:1490
bool double_spend_seen
Definition: wallet_rpc_server_commands_defs.h:1504
std::string type
Definition: wallet_rpc_server_commands_defs.h:1498
bool locked
Definition: wallet_rpc_server_commands_defs.h:1500
std::string txid
Definition: wallet_rpc_server_commands_defs.h:1489
uint64_t height
Definition: wallet_rpc_server_commands_defs.h:1491
uint64_t unlock_time
Definition: wallet_rpc_server_commands_defs.h:1499
uint64_t timestamp
Definition: wallet_rpc_server_commands_defs.h:1492
uint64_t amount
Definition: wallet_rpc_server_commands_defs.h:1493
cryptonote::subaddress_index subaddr_index
Definition: wallet_rpc_server_commands_defs.h:1501
std::string address
Definition: wallet_rpc_server_commands_defs.h:1503
uint64_t fee
Definition: wallet_rpc_server_commands_defs.h:1495
uint64_t confirmations
Definition: wallet_rpc_server_commands_defs.h:1505
amounts_container amounts
Definition: wallet_rpc_server_commands_defs.h:1494
uint64_t suggested_confirmations_threshold
Definition: wallet_rpc_server_commands_defs.h:1506
std::list< transfer_destination > destinations
Definition: wallet_rpc_server_commands_defs.h:1497
std::vector< cryptonote::subaddress_index > subaddr_indices
Definition: wallet_rpc_server_commands_defs.h:1502
const char * tag
Definition: testobsdrdr.c:19
std::string data
Definition: base58.cpp:37
static void ready(int code, upnpc_t *p, upnpc_device_t *d, void *data)
Definition: upnpc-libevent.c:40