mina_
p2p_
messages
0.6.4
UInt32
Aliased Type
Fields
0
Methods
as_u32
Trait Implementations
FailableToInputs
In mina_
p2p_
messages::
number
mina_p2p_messages
::
number
Type Alias
UInt32
Copy item path
Source
pub type UInt32 =
Number
<
u32
>;
Aliased Type
§
pub struct UInt32(pub
u32
);
Tuple Fields
§
§
0:
u32
Implementations
§
Source
§
impl
UInt32
Source
pub const fn
as_u32
(&self) ->
u32
Trait Implementations
§
Source
§
impl
FailableToInputs
for
UInt32
Source
§
fn
to_input
(&self, inputs: &mut Inputs) ->
Result
<
()
, InvalidBigInt>