1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-09 06:32:41 +00:00
trezor-wallet/src/actions/constants/pendingTx.js
2018-10-01 15:10:05 +02:00

8 lines
376 B
JavaScript

/* @flow */
export const FROM_STORAGE: 'pending__from_storage' = 'pending__from_storage';
export const ADD: 'pending__add' = 'pending__add';
export const TX_RESOLVED: 'pending__tx_resolved' = 'pending__tx_resolved';
export const TX_REJECTED: 'pending__tx_rejected' = 'pending__tx_rejected';
export const TX_TOKEN_ERROR: 'pending__tx_token_error' = 'pending__tx_token_error';