pub type Nonce = Either<Confidential1, ExplicitNonce>;
Nonce (confidential or explicit).
enum Nonce { Left((u1, u256)), Right(u256), }
A value of type L.
L
A value of type R.
R