FutureKeyStatusSerde
Fully qualified path: pragma_lib::types::FutureKeyStatusSerde
impl FutureKeyStatusSerde of Serde<FutureKeyStatus>;
Impl functions
serialize
Fully qualified path: pragma_lib::types::FutureKeyStatusSerde::serialize
fn serialize(self: @FutureKeyStatus, ref output: Array<felt252>)
deserialize
Fully qualified path: pragma_lib::types::FutureKeyStatusSerde::deserialize
fn deserialize(ref serialized: Span<felt252>) -> Option<FutureKeyStatus>