Skip to main content

PriceState

Type Alias PriceState 

Source
pub type PriceState = Option<Arc<Price<u128>>>;
Available on simulation only.
Expand description

Price State.

Aliased Type§

pub enum PriceState {
    None,
    Some(Arc<Price<u128>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Arc<Price<u128>>)

Some value of type T.