Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

PairSerde

Fully qualified path: pragma_lib::types::PairSerde

impl PairSerde of Serde<Pair>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::PairSerde::serialize

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

deserialize

Fully qualified path: pragma_lib::types::PairSerde::deserialize

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