Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PossibleEntryStorage

Fully qualified path: pragma_lib::types::PossibleEntryStorage

enum PossibleEntryStorage {
    Spot: u256,
    Future: u256,
}

Variants

Spot

Fully qualified path: pragma_lib::types::PossibleEntryStorage::Spot

Spot: u256

Future

Fully qualified path: pragma_lib::types::PossibleEntryStorage::Future

Future: u256