1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 21:08:57 +00:00
trezor-wallet/src/js/actions/constants/summary.js

8 lines
243 B
JavaScript
Raw Normal View History

2018-02-20 09:30:36 +00:00
/* @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';