#include <core_rpc_server_commands_defs.h>
◆ if()
| cryptonote::COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::distribution::if |
( |
this_ref. |
binary | ) |
|
|
inline |
Definition at line 2315 of file core_rpc_server_commands_defs.h.
2319 if (this_ref.compress)
2321 const_cast<std::string&
>(this_ref.compressed_data) = compress_integer_array(this_ref.data.distribution);
2329 if (this_ref.compress)
2332 const_cast<std::vector<uint64_t>&
>(this_ref.data.distribution) = decompress_integer_array<uint64_t>(this_ref.compressed_data);
#define KV_SERIALIZE(varialble)
#define KV_SERIALIZE_CONTAINER_POD_AS_BLOB_N(varialble, val_name)
rpc::output_distribution_data data
std::string compressed_data
std::vector< std::uint64_t > distribution
◆ 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: