Type Alias Asset1

Source
pub type Asset1 = Either<Confidential1, ExplicitAsset>;
Expand description

Elements asset (confidential or explicit).

Aliased Type§

pub enum Asset1 {
    Left((u1, u256)),
    Right(u256),
}

Variants§

§

Left((u1, u256))

A value of type L.

§

Right(u256)

A value of type R.