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

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_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)

Public Attributes

std::list< transfer_entryin
std::list< transfer_entryout
std::list< transfer_entrypending
std::list< transfer_entryfailed
std::list< transfer_entrypool
std::list< transfer_entrymigration
std::list< transfer_entrysc_migration

Detailed Description

Definition at line 1550 of file wallet_rpc_server_commands_defs.h.

Member Function Documentation

◆ KV_SERIALIZE() [1/7]

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

◆ KV_SERIALIZE() [2/7]

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

◆ KV_SERIALIZE() [3/7]

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

◆ KV_SERIALIZE() [4/7]

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

◆ KV_SERIALIZE() [5/7]

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

◆ KV_SERIALIZE() [6/7]

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

◆ KV_SERIALIZE() [7/7]

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

Member Data Documentation

◆ failed

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::failed

Definition at line 1555 of file wallet_rpc_server_commands_defs.h.

◆ in

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::in

Definition at line 1552 of file wallet_rpc_server_commands_defs.h.

◆ migration

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::migration

Definition at line 1557 of file wallet_rpc_server_commands_defs.h.

◆ out

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::out

Definition at line 1553 of file wallet_rpc_server_commands_defs.h.

◆ pending

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::pending

Definition at line 1554 of file wallet_rpc_server_commands_defs.h.

◆ pool

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::pool

Definition at line 1556 of file wallet_rpc_server_commands_defs.h.

◆ sc_migration

std::list<transfer_entry> tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::sc_migration

Definition at line 1558 of file wallet_rpc_server_commands_defs.h.


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