7 lines
148 B
JavaScript
7 lines
148 B
JavaScript
export const BlockVerificationLevel = Object.freeze({
|
|
Unknown: 0,
|
|
NoMatch: 1,
|
|
TypeMatch: 2,
|
|
TypeAndStateMatch: 3,
|
|
Missing: 4
|
|
}); |