Start Structure Verifier

This commit is contained in:
ForestOfLight
2025-04-13 18:15:28 -07:00
Unverified
parent 1a56192682
commit 184d2abdcd
4 changed files with 128 additions and 4 deletions
@@ -0,0 +1,7 @@
export const BlockVerificationLevel = Object.freeze({
Unknown: 0,
NoMatch: 1,
TypeMatch: 2,
TypeAndStateMatch: 3,
Missing: 4
});