8 lines
62 B
JavaScript
8 lines
62 B
JavaScript
|
|
exports.MSG = {
|
|
TX: 1,
|
|
BLOCK: 2,
|
|
FILTERED_BLOCK: 3,
|
|
};
|
|
|