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

#include <wallet_rpc_server_commands_defs.h>

Public Member Functions

 KV_SERIALIZE (in)
 KV_SERIALIZE (out)
 KV_SERIALIZE (pending)
 KV_SERIALIZE (failed)
 KV_SERIALIZE (pool)

Public Attributes

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

Member Function Documentation

◆ KV_SERIALIZE() [1/5]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::KV_SERIALIZE ( failed )

◆ KV_SERIALIZE() [2/5]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::KV_SERIALIZE ( in )

◆ KV_SERIALIZE() [3/5]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::KV_SERIALIZE ( out )

◆ KV_SERIALIZE() [4/5]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::KV_SERIALIZE ( pending )

◆ KV_SERIALIZE() [5/5]

tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response_t::KV_SERIALIZE ( pool )

Member Data Documentation

◆ failed

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

◆ in

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

◆ out

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

◆ pending

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

◆ pool

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

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