Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Pair

Fully qualified path: pragma_lib::types::Pair

[derive(Serde, Drop, Copy, starknet::Store)]
struct Pair {
    id: felt252,
    quote_currency_id: felt252,
    base_currency_id: felt252,
}

Members

id

Fully qualified path: pragma_lib::types::Pair::id

id: felt252

quote_currency_id

Fully qualified path: pragma_lib::types::Pair::quote_currency_id

quote_currency_id: felt252

base_currency_id

Fully qualified path: pragma_lib::types::Pair::base_currency_id

base_currency_id: felt252