Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryWithMockingDispatcherImpl

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingDispatcherImpl

Part of the group: dispatchers

impl IFactRegistryWithMockingDispatcherImpl of IFactRegistryWithMockingDispatcherTrait<
    IFactRegistryWithMockingDispatcher,
>;

Impl functions

get_all_verifications_for_fact_hash

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

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

get_verification

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

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