Start Structure Verifier
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export const BlockVerificationLevel = Object.freeze({
|
||||
Unknown: 0,
|
||||
NoMatch: 1,
|
||||
TypeMatch: 2,
|
||||
TypeAndStateMatch: 3,
|
||||
Missing: 4
|
||||
});
|
||||
Reference in New Issue
Block a user