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.
trezor-wallet/src/js/actions/constants/discovery.js

8 lines
364 B

/* @flow */
'use strict';
export const START: 'discovery__start' = 'discovery__start';
export const STOP: 'discovery__stop' = 'discovery__stop';
export const COMPLETE: 'discovery__complete' = 'discovery__complete';
export const WAITING: 'discovery__waiting' = 'discovery__waiting';
export const FROM_STORAGE: 'discovery__from_storage' = 'discovery__from_storage';