IFactRegistrySafeLibraryDispatcherImpl
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistrySafeLibraryDispatcherImpl
Part of the group: dispatchers
impl IFactRegistrySafeLibraryDispatcherImpl of IFactRegistrySafeDispatcherTrait<
IFactRegistrySafeLibraryDispatcher,
>;
Impl functions
get_all_verifications_for_fact_hash
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistrySafeLibraryDispatcherImpl::get_all_verifications_for_fact_hash
fn get_all_verifications_for_fact_hash(
self: IFactRegistrySafeLibraryDispatcher, fact_hash: felt252,
) -> Result<Array<VerificationListElement>, Array<felt252>>
get_verification
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistrySafeLibraryDispatcherImpl::get_verification
fn get_verification(
self: IFactRegistrySafeLibraryDispatcher, verification_hash: felt252,
) -> Result<Option<Verification>, Array<felt252>>
get_verifier_address
Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistrySafeLibraryDispatcherImpl::get_verifier_address
fn get_verifier_address(
self: IFactRegistrySafeLibraryDispatcher, preset: VerifierPreset,
) -> Result<ContractAddress, Array<felt252>>