Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

OptionsFeedDataSerde

Fully qualified path: pragma_lib::types::OptionsFeedDataSerde

impl OptionsFeedDataSerde of Serde<OptionsFeedData>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::OptionsFeedDataSerde::serialize

fn serialize(self: @OptionsFeedData, ref output: Array<felt252>)

deserialize

Fully qualified path: pragma_lib::types::OptionsFeedDataSerde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<OptionsFeedData>