Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FutureEntrySerde

Fully qualified path: pragma_lib::types::FutureEntrySerde

impl FutureEntrySerde of Serde<FutureEntry>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::FutureEntrySerde::serialize

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

deserialize

Fully qualified path: pragma_lib::types::FutureEntrySerde::deserialize

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