Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OptionsFeedData

Fully qualified path: pragma_lib::types::OptionsFeedData

[derive(Drop, Serde, starknet::Store, Copy, Hash, PartialEq, Debug)]
struct OptionsFeedData {
    instrument_name: felt252,
    base_currency_id: felt252,
    current_timestamp: u64,
    mark_price: u128,
}

Members

instrument_name

Fully qualified path: pragma_lib::types::OptionsFeedData::instrument_name

instrument_name: felt252

base_currency_id

Fully qualified path: pragma_lib::types::OptionsFeedData::base_currency_id

base_currency_id: felt252

current_timestamp

Fully qualified path: pragma_lib::types::OptionsFeedData::current_timestamp

current_timestamp: u64

mark_price

Fully qualified path: pragma_lib::types::OptionsFeedData::mark_price

mark_price: u128