sp_
state_
machine
0.35.0
Modules
backend
fuzzing
Macros
debug
log_error
trace
warn
Structs
BasicExternalities
CompactProof
Ext
KeyValueStates
KeyValueStorageLevel
LayoutV0
LayoutV1
OffchainOverlayedChanges
OverlayedChanges
ReadOnlyExternalities
StateMachine
StateMachineStats
StorageChanges
StorageProof
TestExternalities
TrieBackend
TrieBackendBuilder
UsageInfo
UsageUnit
Enums
BackendTrustLevel
ExecutionError
IndexOperation
Constants
MAX_NESTED_TRIE_DEPTH
Traits
Error
InspectState
Storage
TrieBackendStorage
TrieCacheProvider
TrieMut
Functions
create_proof_check_backend
execution_proof_check
execution_proof_check_on_trie_backend
new_in_mem
prove_child_read
prove_child_read_on_trie_backend
prove_execution
prove_execution_on_trie_backend
prove_range_read_with_child_with_size
prove_range_read_with_child_with_size_on_trie_backend
prove_range_read_with_size
prove_range_read_with_size_on_trie_backend
prove_read
prove_read_on_trie_backend
read_child_proof_check
read_child_proof_check_on_proving_backend
read_proof_check
read_proof_check_on_proving_backend
read_range_proof_check
read_range_proof_check_on_proving_backend
read_range_proof_check_with_child
read_range_proof_check_with_child_on_proving_backend
Type Aliases
ChildStorageCollection
DBValue
DefaultError
DefaultHandler
InMemoryBackend
MemoryDB
OffchainChangesCollection
StorageCollection
StorageKey
StorageValue
TrieDBMutV0
TrieDBMutV1
sp_state_machine
Constant
MAX_NESTED_TRIE_DEPTH
Copy item path
Settings
Help
Summary
Source
pub const MAX_NESTED_TRIE_DEPTH:
usize
= 2;
Expand description
State machine only allows a single level of child trie.