Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

EscalationManagerSettingsSerde

Fully qualified path: pragma_lib::types::EscalationManagerSettingsSerde

impl EscalationManagerSettingsSerde of Serde<EscalationManagerSettings>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::EscalationManagerSettingsSerde::serialize

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

deserialize

Fully qualified path: pragma_lib::types::EscalationManagerSettingsSerde::deserialize

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