Electroneum
Loading...
Searching...
No Matches
tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t:

Public Member Functions

 KV_SERIALIZE (in)
 KV_SERIALIZE (out)
 KV_SERIALIZE (pending)
 KV_SERIALIZE (failed)
 KV_SERIALIZE (pool)
 KV_SERIALIZE (migration)
 KV_SERIALIZE (sc_migration)
 KV_SERIALIZE (filter_by_height)
 KV_SERIALIZE (min_height)
 KV_SERIALIZE_OPT (max_height,(uint64_t) CRYPTONOTE_MAX_BLOCK_NUMBER)
 KV_SERIALIZE (account_index)
 KV_SERIALIZE (subaddr_indices)
 KV_SERIALIZE_OPT (all_accounts, false)

Public Attributes

bool in
bool out
bool pending
bool failed
bool pool
bool migration
bool sc_migration
bool filter_by_height
uint64_t min_height
uint64_t max_height
uint32_t account_index
std::set< uint32_tsubaddr_indices
bool all_accounts

Detailed Description

Definition at line 1515 of file wallet_rpc_server_commands_defs.h.

Member Function Documentation

◆ KV_SERIALIZE() [1/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( account_index )
Here is the call graph for this function:

◆ KV_SERIALIZE() [2/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( failed )
Here is the call graph for this function:

◆ KV_SERIALIZE() [3/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( filter_by_height )
Here is the call graph for this function:

◆ KV_SERIALIZE() [4/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( in )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ KV_SERIALIZE() [5/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( migration )
Here is the call graph for this function:

◆ KV_SERIALIZE() [6/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( min_height )
Here is the call graph for this function:

◆ KV_SERIALIZE() [7/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( out )
Here is the call graph for this function:

◆ KV_SERIALIZE() [8/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( pending )
Here is the call graph for this function:

◆ KV_SERIALIZE() [9/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( pool )
Here is the call graph for this function:

◆ KV_SERIALIZE() [10/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( sc_migration )
Here is the call graph for this function:

◆ KV_SERIALIZE() [11/11]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE ( subaddr_indices )
Here is the call graph for this function:

◆ KV_SERIALIZE_OPT() [1/2]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE_OPT ( all_accounts ,
false  )
Here is the call graph for this function:

◆ KV_SERIALIZE_OPT() [2/2]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::KV_SERIALIZE_OPT ( max_height ,
(uint64_t) CRYPTONOTE_MAX_BLOCK_NUMBER )
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ account_index

uint32_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::account_index

Definition at line 1528 of file wallet_rpc_server_commands_defs.h.

◆ all_accounts

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::all_accounts

Definition at line 1530 of file wallet_rpc_server_commands_defs.h.

◆ failed

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::failed

Definition at line 1520 of file wallet_rpc_server_commands_defs.h.

◆ filter_by_height

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::filter_by_height

Definition at line 1525 of file wallet_rpc_server_commands_defs.h.

◆ in

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::in

Definition at line 1517 of file wallet_rpc_server_commands_defs.h.

◆ max_height

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::max_height

Definition at line 1527 of file wallet_rpc_server_commands_defs.h.

◆ migration

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::migration

Definition at line 1522 of file wallet_rpc_server_commands_defs.h.

◆ min_height

uint64_t tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::min_height

Definition at line 1526 of file wallet_rpc_server_commands_defs.h.

◆ out

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::out

Definition at line 1518 of file wallet_rpc_server_commands_defs.h.

◆ pending

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::pending

Definition at line 1519 of file wallet_rpc_server_commands_defs.h.

◆ pool

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::pool

Definition at line 1521 of file wallet_rpc_server_commands_defs.h.

◆ sc_migration

bool tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::sc_migration

Definition at line 1523 of file wallet_rpc_server_commands_defs.h.

◆ subaddr_indices

std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::request_t::subaddr_indices

Definition at line 1529 of file wallet_rpc_server_commands_defs.h.


The documentation for this struct was generated from the following file: