#include <account.h>
◆ account_base()
| cryptonote::account_base::account_base |
( |
| ) |
|
◆ create_from_keys()
◆ create_from_viewkey()
◆ forget_spend_key()
| void cryptonote::account_base::forget_spend_key |
( |
| ) |
|
◆ generate()
◆ get_createtime()
| uint64_t cryptonote::account_base::get_createtime |
( |
| ) |
const |
|
inline |
◆ get_keys()
| const account_keys & cryptonote::account_base::get_keys |
( |
| ) |
const |
◆ get_public_address_str()
| std::string cryptonote::account_base::get_public_address_str |
( |
bool |
testnet | ) |
const |
◆ get_public_integrated_address_str()
| std::string cryptonote::account_base::get_public_integrated_address_str |
( |
const crypto::hash8 & |
payment_id, |
|
|
bool |
testnet |
|
) |
| const |
◆ load()
| bool cryptonote::account_base::load |
( |
const std::string & |
file_path | ) |
|
◆ serialize()
template<class t_archive >
| void cryptonote::account_base::serialize |
( |
t_archive & |
a, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
◆ set_createtime()
| void cryptonote::account_base::set_createtime |
( |
uint64_t |
val | ) |
|
|
inline |
◆ set_null()
| void cryptonote::account_base::set_null |
( |
| ) |
|
|
private |
◆ store()
| bool cryptonote::account_base::store |
( |
const std::string & |
file_path | ) |
|
◆ m_creation_timestamp
| uint64_t cryptonote::account_base::m_creation_timestamp |
|
private |
◆ m_keys
The documentation for this class was generated from the following files: