Implement rust gbt updateBlockTemplates

This commit is contained in:
Mononaut
2023-06-23 18:37:03 -04:00
parent 63713ca4ed
commit f2bd4caf25
7 changed files with 179 additions and 30 deletions

View File

@@ -2,6 +2,7 @@
extern crate bytes;
use std::io::Cursor;
use bytes::buf::Buf;
pub struct ThreadTransaction {
pub uid: u32,
pub fee: u64,