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