Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryLibraryDispatcherImpl

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryLibraryDispatcherImpl

Part of the group: dispatchers

impl IFactRegistryLibraryDispatcherImpl of IFactRegistryDispatcherTrait<
    IFactRegistryLibraryDispatcher,
>;

Impl functions

get_all_verifications_for_fact_hash

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

fn get_all_verifications_for_fact_hash(
    self: IFactRegistryLibraryDispatcher, fact_hash: felt252,
) -> Array<VerificationListElement>

get_verification

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

fn get_verification(
    self: IFactRegistryLibraryDispatcher, verification_hash: felt252,
) -> Option<Verification>

get_verifier_address

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryLibraryDispatcherImpl::get_verifier_address

fn get_verifier_address(
    self: IFactRegistryLibraryDispatcher, preset: VerifierPreset,
) -> ContractAddress