|
Monero
|
The AddressBook - interface for Book. More...
#include <wallet2_api.h>

Public Types | |
| enum | ErrorCode { Status_Ok , General_Error , Invalid_Address , Invalid_Payment_Id } |
Public Member Functions | |
| virtual | ~AddressBook ()=0 |
| virtual std::vector< AddressBookRow * > | getAll () const =0 |
| virtual bool | addRow (const std::string &dst_addr, const std::string &payment_id, const std::string &description)=0 |
| virtual bool | deleteRow (std::size_t rowId)=0 |
| virtual bool | setDescription (std::size_t index, const std::string &description)=0 |
| virtual void | refresh ()=0 |
| virtual std::string | errorString () const =0 |
| virtual int | errorCode () const =0 |
| virtual int | lookupPaymentID (const std::string &payment_id) const =0 |
The AddressBook - interface for Book.
|
pure virtual |
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.
|
pure virtual |
Implemented in Monero::AddressBookImpl.