☰
GetCompact
Required Methods
get_compact
Implementors
In bitcoin
?
Trait
bitcoin
::
GetCompact
source
·
[
−
]
pub trait GetCompact { // Required method fn
get_compact
(self) ->
Option
<
u32
>; }
Required Methods
§
source
fn
get_compact
(self) ->
Option
<
u32
>
Implementors
§
source
§
impl
GetCompact
for
U256