moneroexamples 41e12d4d29
Make get_output_key method const
get_output_key method is commonly used when working with txs and their key images. Because the method is not const, passing blockchain object though const& or pointers to const is not possible in this context. This is especially problematic in external projects (e.g., projects in moneroexamples) that use monero C++ api to operate on the blockchain and txs.

Thus, having get_output_key method will simplify moving blockchain object around through const references and pointers to const objects.
2019-01-08 21:36:17 +03:00
..
2018-03-05 11:55:05 +09:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-11-26 20:29:53 +02:00
2018-01-26 10:03:20 -05:00
2018-04-12 13:49:05 +01:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-09-29 22:19:44 +02:00
2018-11-09 16:57:03 +00:00
2018-09-29 22:20:38 +02:00
2018-01-26 10:03:20 -05:00
2018-09-29 22:20:38 +02:00
2018-11-23 15:37:36 +00:00
2018-12-04 15:14:29 +00:00
2018-11-23 15:37:36 +00:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-11-23 15:37:36 +00:00
2018-10-18 18:45:45 +00:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2019-01-08 21:36:17 +03:00
2018-01-26 10:03:20 -05:00
2018-03-05 11:55:05 +09:00
2018-01-26 10:03:20 -05:00
2018-01-26 10:03:20 -05:00
2018-09-29 22:19:44 +02:00