mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-09 06:32:41 +00:00
7 lines
261 B
JavaScript
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'; |