Module bin

Module bin 

Source
Expand description

RPC request handler functions (binary endpoints).

TODO: Some handlers have todo!()s for other Cuprate internals that must be completed, see: https://github.com/Cuprate/cuprate/pull/355

Functionsยง

get_blocks ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L611-L789
get_blocks_by_height ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L817-L857
get_hashes ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L859-L880
get_output_distribution ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L3352-L3398
get_output_indexes ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L959-L977
get_outs ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L882-L910
get_transaction_pool_hashes ๐Ÿ”’
https://github.com/monero-project/monero/blob/cc73fe71162d564ffda8e549b79a350bca53c454/src/rpc/core_rpc_server.cpp#L1689-L1711
map_request
Map a BinRequest to the function that will lead to a BinResponse.