Monero
Public Member Functions | Public Attributes | List of all members
tools::wallet_rpc::COMMAND_RPC_GET_TRANSFERS::response 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::KV_SERIALIZE ( in  )

◆ KV_SERIALIZE() [2/5]

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

◆ KV_SERIALIZE() [3/5]

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

◆ KV_SERIALIZE() [4/5]

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

◆ KV_SERIALIZE() [5/5]

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

Member Data Documentation

◆ failed

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

◆ in

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

◆ out

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

◆ pending

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

◆ pool

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

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