2018-02-20 09:30:36 +00:00
|
|
|
/* @flow */
|
2018-07-30 10:52:13 +00:00
|
|
|
|
2018-02-20 09:30:36 +00:00
|
|
|
|
2018-04-16 21:19:50 +00:00
|
|
|
export const INIT: 'receive__init' = 'receive__init';
|
|
|
|
export const DISPOSE: 'receive__dispose' = 'receive__dispose';
|
|
|
|
export const REQUEST_UNVERIFIED: 'receive__request_unverified' = 'receive__request_unverified';
|
|
|
|
export const SHOW_ADDRESS: 'receive__show_address' = 'receive__show_address';
|
2018-05-23 14:25:57 +00:00
|
|
|
export const HIDE_ADDRESS: 'receive__hide_address' = 'receive__hide_address';
|
2018-04-16 21:19:50 +00:00
|
|
|
export const SHOW_UNVERIFIED_ADDRESS: 'receive__show_unverified' = 'receive__show_unverified';
|