Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IntegrityWithConfigTSerde

Fully qualified path: integrity::lib_utils::IntegrityWithConfigTSerde

impl IntegrityWithConfigTSerde<
    Base,
    impl __MEMBER_IMPL_base_Serde: Serde<Base>,
    impl __MEMBER_IMPL_base_Destruct: Destruct<Base>,
> of Serde<IntegrityWithConfigT<Base>>;

Impl functions

serialize

Fully qualified path: integrity::lib_utils::IntegrityWithConfigTSerde::serialize

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

deserialize

Fully qualified path: integrity::lib_utils::IntegrityWithConfigTSerde::deserialize

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