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

7 lines
230 B
JavaScript
Raw Normal View History

2018-02-20 09:30:36 +00:00
/* @flow */
'use strict';
export const ADD: string = 'token__add';
export const REMOVE: string = 'token__remove';
export const SET_BALANCE: string = 'token__set_balance';
export const FROM_STORAGE: string = 'token__from_storage';