Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

VerifierSettings

Fully qualified path: integrity::settings::VerifierSettings

#[derive(Drop, Copy, Serde, starknet::Store)]
struct VerifierSettings {
    memory_verification: felt252,
    hasher_bit_length: HasherBitLength,
    stone_version: StoneVersion,
}

Members

memory_verification

Fully qualified path: integrity::settings::VerifierSettings::memory_verification

memory_verification: felt252

hasher_bit_length

Fully qualified path: integrity::settings::VerifierSettings::hasher_bit_length

hasher_bit_length: HasherBitLength

stone_version

Fully qualified path: integrity::settings::VerifierSettings::stone_version

stone_version: StoneVersion