Docs.rs
brk_rpc-0.12.2
brk_rpc 0.12.2
Permalink
Docs.rs crate page
MIT
01 September 2026
Links
Homepage
Repository
crates.io
Source
Owners
nym21
Dependencies
bitcoin ^0.32.102
normal
brk_error ^0.12.2
normal
brk_logger ^0.12.2
normal
brk_types ^0.12.2
normal
jsonrpc ^0.19.0
normal
corepc-types ^0.15.0
normal
parking_lot ^0.12.5
normal
rustc-hash ^2.1.3
normal
serde ^1.0.229
normal
serde_json ^1.0.151
normal
tracing ^0.1
normal
Versions
35.29%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate brk_rpc
brk_rpc
0.12.2
All Items
Crate Items
Structs
Enums
Crate
brk_rpc
Copy item path
Source
Structs
§
Block
Template
Tx
One transaction from
getblocktemplate
. Carries the full decoded body and stats so block 0 can be projected without a follow-up
getmempoolentry
/
getrawtransaction
per tx.
Client
Bitcoin Core RPC client. Thread-safe and cheap to clone.
GetBlock
Header
Verbose
Result of JSON-RPC method
getblockheader
with verbosity set to
true
.
GetBlock
Verbose
One
Result of JSON-RPC method
getblock
with verbosity set to 1.
GetTx
Out
Result of JSON-RPC method
gettxout
.
Mempool
State
Mempool snapshot data that survives one fetch cycle.
Enums
§
Auth