check in missing rust-gbt file

This commit is contained in:
Mononaut 2023-07-18 16:32:52 +09:00
parent 2a2aee21fb
commit 7c641544b2
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

View File

@ -0,0 +1,8 @@
use napi_derive::napi;
#[derive(Debug)]
#[napi(object)]
pub struct ThreadAcceleration {
pub uid: u32,
pub delta: f64, // fee delta
}