Trait bitcoin::SetCompact

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

Required Methods§

source

fn set_compact(value: u32) -> Option<Self>where Self: Sized,

Implementors§