Type Alias simfony_as_rust::jet::TokenAmount1
source · pub type TokenAmount1 = Amount1;Expand description
Amount of units of an Elements token (confidential or explicit).
Aliased Type§
enum TokenAmount1 {
Left((u1, u256)),
Right(u64),
}