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