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