bitcoinrpc-misc

This Rust crate is a subcomponent of the Bitcoin system, providing various miscellaneous functions for interacting with a Bitcoin node via its remote procedure call (RPC) interface.

Notice: This crate is part of a direct translation from C++ to Rust of the Bitcoin core. As such, some of the function bodies may still be in the process of translation. Please note that this system will become testable once the translation process is complete.

Below are the RPC functions provided by this crate:

There are no mathematical ideas associated with these RPC functions.