Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SpotEntry

Fully qualified path: pragma_lib::types::SpotEntry

#[derive(Copy, Drop, Serde)]
struct SpotEntry {
    base: BaseEntry,
    price: u128,
    pair_id: felt252,
    volume: u128,
}

Members

base

Fully qualified path: pragma_lib::types::SpotEntry::base

base: BaseEntry

price

Fully qualified path: pragma_lib::types::SpotEntry::price

price: u128

pair_id

Fully qualified path: pragma_lib::types::SpotEntry::pair_id

pair_id: felt252

volume

Fully qualified path: pragma_lib::types::SpotEntry::volume

volume: u128