Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryWithMockingSafeLibraryDispatcherImpl

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherImpl

Part of the group: dispatchers

impl IFactRegistryWithMockingSafeLibraryDispatcherImpl of IFactRegistryWithMockingSafeDispatcherTrait<
    IFactRegistryWithMockingSafeLibraryDispatcher,
>;

Impl functions

get_all_verifications_for_fact_hash

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherImpl::get_all_verifications_for_fact_hash

fn get_all_verifications_for_fact_hash(
    self: IFactRegistryWithMockingSafeLibraryDispatcher, fact_hash: felt252, is_mocked: bool,
) -> Result<Span<VerificationListElement>, Array<felt252>>

get_verification

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherImpl::get_verification

fn get_verification(
    self: IFactRegistryWithMockingSafeLibraryDispatcher,
    verification_hash: felt252,
    is_mocked: bool,
) -> Result<Option<Verification>, Array<felt252>>