Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FactRegistryImpl

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::FactRegistryImpl

impl FactRegistryImpl of IFactRegistry<ContractState>;

Impl functions

get_all_verifications_for_fact_hash

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::FactRegistryImpl::get_all_verifications_for_fact_hash

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

get_verification

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::FactRegistryImpl::get_verification

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

get_verifier_address

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::FactRegistryImpl::get_verifier_address

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