Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Integrity

Fully qualified path: integrity::lib_utils::Integrity

impl Integrity of IntegrityTrait;

Impl functions

new

Fully qualified path: integrity::lib_utils::Integrity::new

fn new() -> IntegrityT

new_proxy

Fully qualified path: integrity::lib_utils::Integrity::new_proxy

fn new_proxy() -> IntegrityT

new_satellite

Fully qualified path: integrity::lib_utils::Integrity::new_satellite

fn new_satellite(is_mocked: bool) -> SatelliteT

from_address

Fully qualified path: integrity::lib_utils::Integrity::from_address

fn from_address(contract_address: ContractAddress) -> IntegrityT

is_fact_hash_valid_with_security

Fully qualified path: integrity::lib_utils::Integrity::is_fact_hash_valid_with_security

fn is_fact_hash_valid_with_security(self: T, fact_hash: felt252, security_bits: u32) -> bool

is_verification_hash_valid

Fully qualified path: integrity::lib_utils::Integrity::is_verification_hash_valid

fn is_verification_hash_valid(self: T, verification_hash: felt252) -> bool

with_config

Fully qualified path: integrity::lib_utils::Integrity::with_config

fn with_config(
    self: Base, verifier_config: VerifierConfiguration, security_bits: u32,
) -> IntegrityWithConfigT<Base>

with_hashed_config

Fully qualified path: integrity::lib_utils::Integrity::with_hashed_config

fn with_hashed_config(
    self: Base, verifier_config_hash: felt252, security_bits: u32,
) -> IntegrityWithConfigT<Base>