mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 05:45:26 -04:00
device/trezor: trezor support added
This commit is contained in:
parent
963d247154
commit
29ffb6bba8
35 changed files with 4591 additions and 39 deletions
|
@ -89,6 +89,7 @@ namespace cryptonote
|
|||
|
||||
hw::device& get_device() const {return m_keys.get_device();}
|
||||
void set_device( hw::device &hwdev) {m_keys.set_device(hwdev);}
|
||||
void deinit();
|
||||
|
||||
uint64_t get_createtime() const { return m_creation_timestamp; }
|
||||
void set_createtime(uint64_t val) { m_creation_timestamp = val; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue