Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

AggregationModeSerde

Fully qualified path: pragma_lib::types::AggregationModeSerde

impl AggregationModeSerde of Serde<AggregationMode>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::AggregationModeSerde::serialize

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

deserialize

Fully qualified path: pragma_lib::types::AggregationModeSerde::deserialize

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