UNPKG

lisk-framework

Version:

Lisk blockchain application platform

9 lines (8 loc) 552 B
export declare const EVENT_NETWORK_READY = "network_ready"; export declare const EVENT_NETWORK_BLOCK_NEW = "network_newBlock"; export declare const EVENT_NETWORK_TRANSACTION_NEW = "network_newTransaction"; export declare const EVENT_CHAIN_FORK = "chain_forked"; export declare const EVENT_CHAIN_BLOCK_NEW = "chain_newBlock"; export declare const EVENT_CHAIN_BLOCK_DELETE = "chain_deleteBlock"; export declare const EVENT_CHAIN_VALIDATORS_CHANGE = "chain_validatorsChanged"; export declare const EVENT_TX_POOL_TRANSACTION_NEW = "txpool_newTransaction";