1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-09 06:32:41 +00:00
trezor-wallet/src/actions/constants/token.js
2018-08-27 17:15:22 +02:00

7 lines
261 B
JavaScript

/* @flow */
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';