☰
AmountV1
Trait Implementations
From<DecimalJson>
From<U64Json>
In mina_serialization_types::common
?
Type Definition
mina_serialization_types
::
common
::
AmountV1
source
·
[
−
]
pub type AmountV1 = Versioned<Versioned<
u64
, 1>, 1>;
Expand description
u64 representing an amount of currency (v1)
Trait Implementations
source
impl
From
<
DecimalJson
> for
AmountV1
source
fn
from
(t:
DecimalJson
) -> Self
Converts to this type from the input type.
source
impl
From
<
U64Json
> for
AmountV1
source
fn
from
(t:
U64Json
) -> Self
Converts to this type from the input type.