InternalFactRegistryTrait
Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::InternalFactRegistryTrait
trait InternalFactRegistryTrait
Trait functions
_hash_preset
Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::InternalFactRegistryTrait::_hash_preset
fn _hash_preset(self: @ContractState, preset: VerifierPreset) -> felt252
_register_fact
Fully qualified path: integrity::contracts::mocked_fact_registry::MockedFactRegistry::InternalFactRegistryTrait::_register_fact
fn _register_fact(
ref self: ContractState,
fact_hash: felt252,
verifier_address: ContractAddress,
security_bits: u32,
verifier_config: VerifierConfiguration,
) -> FactRegistered