This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const EVENT_LEVEL = { | |
TX_LEVEL: 'tx_level', | |
MSG_LEVEL: 'msg_level', | |
} | |
export class TxEventParserProvider { | |
constructor( | |
private _registry: any, | |
private tx: any | |
) {} |