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