clementine_core

Module extended_rpc

Source
Expand description

§Bitcoin Extended RPC Interface

Extended RPC interface communicates with the Bitcoin node. It features some common wrappers around typical RPC operations as well as direct communication interface with the Bitcoin node.

§Tests

In tests, Bitcoind node and client are usually created using [crate::test::common::create_regtest_rpc]. Please refer to [crate::test::common] for using ExtendedRpc in tests.

Structs§

  • Bitcoin RPC wrapper. Extended RPC provides useful wrapper functions for common operations, as well as direct access to Bitcoin RPC. Bitcoin RPC can be directly accessed via client member.

Enums§