mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-27 16:19:59 -07:00
brk: first commit
This commit is contained in:
4
crates/brk_computer/src/structs/feerate.rs
Normal file
4
crates/brk_computer/src/structs/feerate.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
use derive_deref::Deref;
|
||||
|
||||
#[derive(Debug, Deref, Clone, Copy)]
|
||||
pub struct Feerate(f32);
|
||||
Reference in New Issue
Block a user