IFactRegistryWithMockingLibraryDispatcherImpl
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingLibraryDispatcherImpl
Part of the group: dispatchers
impl IFactRegistryWithMockingLibraryDispatcherImpl of IFactRegistryWithMockingDispatcherTrait<
IFactRegistryWithMockingLibraryDispatcher,
>;
Impl functions
get_all_verifications_for_fact_hash
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingLibraryDispatcherImpl::get_all_verifications_for_fact_hash
fn get_all_verifications_for_fact_hash(
self: IFactRegistryWithMockingLibraryDispatcher, fact_hash: felt252, is_mocked: bool,
) -> Span<VerificationListElement>
get_verification
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingLibraryDispatcherImpl::get_verification
fn get_verification(
self: IFactRegistryWithMockingLibraryDispatcher, verification_hash: felt252, is_mocked: bool,
) -> Option<Verification>