1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-13 08:32:00 +00:00
trezor-wallet/src/actions/constants/token.js

7 lines
261 B
JavaScript
Raw Normal View History

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 ADD: 'token__add' = 'token__add';
export const REMOVE: 'token__remove' = 'token__remove';
export const SET_BALANCE: 'token__set_balance' = 'token__set_balance';
export const FROM_STORAGE: 'token__from_storage' = 'token__from_storage';