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

u64 representing an amount of currency (v1)

Trait Implementations

Converts to this type from the input type.
Converts to this type from the input type.