mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-15 09:32:00 +00:00
7 lines
230 B
JavaScript
7 lines
230 B
JavaScript
![]() |
/* @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';
|