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