mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot + monitor: add addresses to mempool
This commit is contained in:
@@ -7,7 +7,19 @@ use zerocopy::{FromBytes, Immutable, IntoBytes, KnownLayout};
|
||||
use crate::U8x32;
|
||||
|
||||
#[derive(
|
||||
Debug, Clone, Deref, PartialEq, Eq, Immutable, IntoBytes, KnownLayout, FromBytes, Serialize,
|
||||
Debug,
|
||||
Clone,
|
||||
Deref,
|
||||
PartialEq,
|
||||
Eq,
|
||||
PartialOrd,
|
||||
Ord,
|
||||
Immutable,
|
||||
IntoBytes,
|
||||
KnownLayout,
|
||||
FromBytes,
|
||||
Serialize,
|
||||
Hash,
|
||||
)]
|
||||
pub struct P2TRBytes(U8x32);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user