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