Type Alias Nonce

Source
pub type Nonce = Either<Confidential1, ExplicitNonce>;
Expand description

Nonce (confidential or explicit).

Aliased Type§

enum Nonce {
    Left((u1, u256)),
    Right(u256),
}

Variants§

§

Left((u1, u256))

A value of type L.

§

Right(u256)

A value of type R.