mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:40:43 -04:00
Add a is_key_image_spent daemon command and RPC call
This commit is contained in:
parent
35abef1b92
commit
83bbea4c7f
10 changed files with 139 additions and 2 deletions
|
@ -87,6 +87,8 @@ public:
|
|||
|
||||
bool print_transaction(crypto::hash transaction_hash);
|
||||
|
||||
bool is_key_image_spent(const crypto::key_image &ki);
|
||||
|
||||
bool print_transaction_pool_long();
|
||||
|
||||
bool print_transaction_pool_short();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue