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/actions/constants/receive.js

10 lines
478 B

/* @flow */
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';
export const HIDE_ADDRESS: 'receive__hide_address' = 'receive__hide_address';
export const SHOW_UNVERIFIED_ADDRESS: 'receive__show_unverified' = 'receive__show_unverified';