Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryExternalSafeLibraryDispatcherImpl

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherImpl

Part of the group: dispatchers

impl IFactRegistryExternalSafeLibraryDispatcherImpl of IFactRegistryExternalSafeDispatcherTrait<
    IFactRegistryExternalSafeLibraryDispatcher,
>;

Impl functions

register_fact

Fully qualified path: integrity::contracts::mocked_fact_registry::IFactRegistryExternalSafeLibraryDispatcherImpl::register_fact

fn register_fact(
    self: IFactRegistryExternalSafeLibraryDispatcher,
    verifier_config: VerifierConfiguration,
    fact_hash: felt252,
    security_bits: u32,
) -> Result<FactRegistered, Array<felt252>>