const LockStatus = {
NoLock: 0,
Locked: 1,
Unlocked: 2,
Burned: 3,
}
module.exports = { LockStatus }