mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 18:03:00 +01:00
check in missing rust-gbt file
This commit is contained in:
parent
2a2aee21fb
commit
7c641544b2
8
backend/rust-gbt/src/thread_acceleration.rs
Normal file
8
backend/rust-gbt/src/thread_acceleration.rs
Normal file
@ -0,0 +1,8 @@
|
||||
use napi_derive::napi;
|
||||
|
||||
#[derive(Debug)]
|
||||
#[napi(object)]
|
||||
pub struct ThreadAcceleration {
|
||||
pub uid: u32,
|
||||
pub delta: f64, // fee delta
|
||||
}
|
Loading…
Reference in New Issue
Block a user