pub type TokenIdV1 = Versioned<Versioned<Versioned<u64, 1>, 1>, 1>;
Expand description

u64 representing a token ID (v1)

Trait Implementations

Converts to this type from the input type.