1
0
Fork 0
forked from lthn/blockchain

added comment

This commit is contained in:
cryptozoidberg 2025-03-20 19:05:18 +04:00
parent 1cc85850bb
commit 334a90bbe0
No known key found for this signature in database
GPG key ID: 2E10CC61CAC8F36D

View file

@ -48,7 +48,7 @@ namespace plain_wallet
std::string reset_wallet_password(hwallet h, const std::string& password);
uint64_t get_current_tx_fee(uint64_t priority); // 0 (default), 1 (unimportant), 2 (normal), 3 (elevated), 4 (priority)
//callback-mode for async calls
typedef void (*callback_type)(uint64_t job_id, const std::string& job_response);
void set_callback(callback_type callback);
}