mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
5 lines
88 B
Rust
5 lines
88 B
Rust
use derive_deref::Deref;
|
|
|
|
#[derive(Debug, Deref, Clone, Copy)]
|
|
pub struct Feerate(f32);
|