|
Electroneum
|
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 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.
Definition at line 241 of file wallet2_api.h.
| Enumerator | |
|---|---|
| Status_Ok | |
| General_Error | |
| Invalid_Address | |
| Invalid_Payment_Id | |
Definition at line 243 of file wallet2_api.h.
|
pure virtual |
Definition at line 43 of file address_book.cpp.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |
Implemented in Electroneum::AddressBookImpl.
|
pure virtual |