VerificationListElementSerde
Fully qualified path: integrity::contracts::fact_registry_interface::VerificationListElementSerde
impl VerificationListElementSerde of Serde<VerificationListElement>;
Impl functions
serialize
Fully qualified path: integrity::contracts::fact_registry_interface::VerificationListElementSerde::serialize
fn serialize(self: @VerificationListElement, ref output: Array<felt252>)
deserialize
Fully qualified path: integrity::contracts::fact_registry_interface::VerificationListElementSerde::deserialize
fn deserialize(ref serialized: Span<felt252>) -> Option<VerificationListElement>