mirror of
https://github.com/monero-project/monero.git
synced 2025-12-13 13:59:44 -05:00
Update ZMQ fee estimate and add ZMQ output distribution
This commit is contained in:
parent
2287fb9fb4
commit
6097472a19
13 changed files with 260 additions and 88 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "crypto/hash.h"
|
||||
#include "cryptonote_basic/cryptonote_basic.h"
|
||||
#include "ringct/rctSigs.h"
|
||||
#include "rpc/rpc_handler.h"
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
|
@ -192,6 +193,12 @@ namespace rpc
|
|||
uint64_t start_time;
|
||||
};
|
||||
|
||||
struct output_distribution
|
||||
{
|
||||
output_distribution_data data;
|
||||
uint64_t amount;
|
||||
bool cumulative;
|
||||
};
|
||||
} // namespace rpc
|
||||
|
||||
} // namespace cryptonote
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue