|
Monero
|
#include <core_rpc_server_commands_defs.h>
Public Member Functions | |
| peer ()=default | |
| peer (uint64_t id, const std::string &host, uint64_t last_seen, uint32_t pruning_seed, uint16_t rpc_port, uint32_t rpc_credits_per_hash) | |
| peer (uint64_t id, const std::string &host, uint16_t port, uint64_t last_seen, uint32_t pruning_seed, uint16_t rpc_port, uint32_t rpc_credits_per_hash) | |
| peer (uint64_t id, uint32_t ip, uint16_t port, uint64_t last_seen, uint32_t pruning_seed, uint16_t rpc_port, uint32_t rpc_credits_per_hash) | |
Public Attributes | |
| uint64_t | id |
| std::string | host |
| uint32_t | ip |
| uint16_t | port |
| uint16_t | rpc_port |
| uint32_t | rpc_credits_per_hash |
| uint64_t | last_seen |
| uint32_t | pruning_seed |
|
default |
|
inline |
|
inline |
|
inline |
| std::string cryptonote::peer::host |
| uint64_t cryptonote::peer::id |
| uint32_t cryptonote::peer::ip |
| uint64_t cryptonote::peer::last_seen |
| uint16_t cryptonote::peer::port |
| uint32_t cryptonote::peer::pruning_seed |
| uint32_t cryptonote::peer::rpc_credits_per_hash |
| uint16_t cryptonote::peer::rpc_port |