Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryDispatcherSerde

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryDispatcherSerde

Part of the group: dispatchers

impl IFactRegistryDispatcherSerde of Serde<IFactRegistryDispatcher>;

Impl functions

serialize

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryDispatcherSerde::serialize

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

deserialize

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryDispatcherSerde::deserialize

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