Trait bitcoin::SetCompact
source · pub trait SetCompact {
// Required method
fn set_compact(value: u32) -> Option<Self>
where Self: Sized;
}
pub trait SetCompact {
// Required method
fn set_compact(value: u32) -> Option<Self>
where Self: Sized;
}