Electroneum
tools::wallet_rpc::COMMAND_RPC_SET_TX_NOTES::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_SET_TX_NOTES::request_t:

Public Attributes

std::list< std::string > txids
 
std::list< std::string > notes
 

Detailed Description

Definition at line 1155 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ notes

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SET_TX_NOTES::request_t::notes

Definition at line 1158 of file wallet_rpc_server_commands_defs.h.

◆ txids

std::list<std::string> tools::wallet_rpc::COMMAND_RPC_SET_TX_NOTES::request_t::txids

Definition at line 1157 of file wallet_rpc_server_commands_defs.h.


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