Monero C++ Library
|
This is the complete list of members for monero::monero_wallet_listener, including all inherited members.
on_balances_changed(uint64_t new_balance, uint64_t new_unlocked_balance) | monero::monero_wallet_listener | inlinevirtual |
on_new_block(uint64_t height) | monero::monero_wallet_listener | inlinevirtual |
on_output_received(const monero_output_wallet &output) | monero::monero_wallet_listener | inlinevirtual |
on_output_spent(const monero_output_wallet &output) | monero::monero_wallet_listener | inlinevirtual |
on_sync_progress(uint64_t height, uint64_t start_height, uint64_t end_height, double percent_done, const std::string &message) | monero::monero_wallet_listener | inlinevirtual |