Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

InternalFactRegistry

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

impl InternalFactRegistry of InternalFactRegistryTrait;

Impl functions

_hash_preset

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::InternalFactRegistry::_hash_preset

fn _hash_preset(self: @ContractState, preset: VerifierPreset) -> felt252

_register_fact

Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::InternalFactRegistry::_register_fact

fn _register_fact(
    ref self: ContractState,
    fact_hash: felt252,
    verifier_address: ContractAddress,
    security_bits: u32,
    verifier_config: VerifierConfiguration,
) -> FactRegistered