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

9 lines
332 B

/* @flow */
'use strict';
export const INIT: string = 'receive__init';
export const DISPOSE: string = 'receive__dispose';
export const REQUEST_UNVERIFIED: string = 'receive__request_unverified';
export const SHOW_ADDRESS: string = 'receive__show_address';
export const SHOW_UNVERIFIED_ADDRESS: string = 'receive__show_unverified';