rust-bitcoin / rust-bitcoincore-rpc

Rust RPC client library for the Bitcoin Core JSON-RPC API.
340 stars 255 forks source link

Add `submitpackage` RPC #371

Open jlest01 opened 2 months ago

jlest01 commented 2 months ago

This PR adds submitpackage RPC, as per Bitcoin Core 28 API. Supersedes https://github.com/rust-bitcoin/rust-bitcoincore-rpc/pull/302, which appears to be unmaintained.