Trait bitcoin::GetCompact

source ·
pub trait GetCompact {
    // Required method
    fn get_compact(self) -> Option<u32>;
}

Required Methods§

Implementors§