A reactive data-store for web3 and smart contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

5 lines
237 B

export const BLOCK_PROCESSING = 'BLOCK_PROCESSING'
export const BLOCKS_FAILED = 'BLOCKS_FAILED'
export const BLOCK_FAILED = 'BLOCK_FAILED'
export const BLOCK_RECEIVED = 'BLOCK_RECEIVED'
export const BLOCKS_LISTENING = 'BLOCKS_LISTENING'