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

8 lines
243 B

/* @flow */
'use strict';
export const INIT: string = 'summary__init';
export const DISPOSE: string = 'summary__dispose';
export const ADD_TOKEN: string = 'summary__add_token';
export const DETAILS_TOGGLE: string = 'summary__details_toggle';