|
Monero
|
This is the complete list of members for cryptonote::rpc_payment, including all inherited members.
| balance(const crypto::public_key &client, int64_t delta=0) | cryptonote::rpc_payment | |
| flush_by_age(time_t seconds=0) | cryptonote::rpc_payment | |
| foreach(const std::function< bool(const crypto::public_key &client, const client_info &info)> &f) const | cryptonote::rpc_payment | |
| get_hashes(unsigned int seconds) const | cryptonote::rpc_payment | |
| get_info(const crypto::public_key &client, const std::function< bool(const cryptonote::blobdata &, cryptonote::block &, uint64_t &seed_height, crypto::hash &seed_hash)> &get_block_template, cryptonote::blobdata &hashing_blob, uint64_t &seed_height, crypto::hash &seed_hash, const crypto::hash &top, uint64_t &diff, uint64_t &credits_per_hash_found, uint64_t &credits, uint32_t &cookie) | cryptonote::rpc_payment | |
| get_payment_address() const | cryptonote::rpc_payment | inline |
| load(std::string directory) | cryptonote::rpc_payment | |
| m_address | cryptonote::rpc_payment | private |
| m_client_info | cryptonote::rpc_payment | private |
| m_credits_per_hash_found | cryptonote::rpc_payment | private |
| m_credits_total | cryptonote::rpc_payment | private |
| m_credits_used | cryptonote::rpc_payment | private |
| m_diff | cryptonote::rpc_payment | private |
| m_directory | cryptonote::rpc_payment | private |
| m_hashrate | cryptonote::rpc_payment | private |
| m_nonces_bad | cryptonote::rpc_payment | private |
| m_nonces_dupe | cryptonote::rpc_payment | private |
| m_nonces_good | cryptonote::rpc_payment | private |
| m_nonces_stale | cryptonote::rpc_payment | private |
| mutex | cryptonote::rpc_payment | mutableprivate |
| on_idle() | cryptonote::rpc_payment | |
| pay(const crypto::public_key &client, uint64_t ts, uint64_t payment, const std::string &rpc, bool same_ts, uint64_t &credits) | cryptonote::rpc_payment | |
| prune_hashrate(unsigned int seconds) | cryptonote::rpc_payment | |
| rpc_payment(const cryptonote::account_public_address &address, uint64_t diff, uint64_t credits_per_hash_found) | cryptonote::rpc_payment | |
| serialize(t_archive &a, const unsigned int ver) | cryptonote::rpc_payment | inline |
| store(const std::string &directory=std::string()) const | cryptonote::rpc_payment | |
| submit_nonce(const crypto::public_key &client, uint32_t nonce, const crypto::hash &top, int64_t &error_code, std::string &error_message, uint64_t &credits, crypto::hash &hash, cryptonote::block &block, uint32_t cookie, bool &stale) | cryptonote::rpc_payment |