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
293 B

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