pub type Amount1 = Either<Confidential1, ExplicitAmount>;
Amount of units of an Elements asset (confidential or explicit).
enum Amount1 { Left((u1, u256)), Right(u64), }
A value of type L.
L
A value of type R.
R