pub type Amount1 = Either<Confidential1, ExplicitAmount>;
Expand description
Amount of units of an Elements asset (confidential or explicit).
Aliased Type§
pub enum Amount1 {
Left((u1, u256)),
Right(u64),
}
pub type Amount1 = Either<Confidential1, ExplicitAmount>;
Amount of units of an Elements asset (confidential or explicit).
pub enum Amount1 {
Left((u1, u256)),
Right(u64),
}