#include <core_rpc_server_commands_defs.h>
◆ if()
| cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::if |
( |
this_ref. |
binary | ) |
|
|
inline |
Definition at line 2311 of file core_rpc_server_commands_defs.h.
2313 if (this_ref.compress) {
2314 const_cast<std::string &
>(this_ref.compressed_data) = compress_integer_array(
2315 this_ref.data.distribution);
2320 if (this_ref.compress) {
2322 const_cast<std::vector<uint64_t> &
>(this_ref.data.distribution) = decompress_integer_array<uint64_t>(
2323 this_ref.compressed_data);
std::vector< std::uint64_t > distribution
#define KV_SERIALIZE(varialble)
std::string compressed_data
rpc::output_distribution_data data
#define KV_SERIALIZE_CONTAINER_POD_AS_BLOB_N(varialble, val_name)
◆ amount
| uint64_t cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::amount |
◆ binary
| bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::binary |
◆ compress
| bool cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::compress |
◆ compressed_data
| std::string cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::compressed_data |
◆ data
The documentation for this struct was generated from the following file: