mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 01:08:27 +00:00
export flow type PendingTx
This commit is contained in:
parent
042540ec95
commit
c40432d2f2
@ -119,6 +119,7 @@ export type { Account } from '~/js/reducers/AccountsReducer';
|
||||
export type { Discovery } from '~/js/reducers/DiscoveryReducer';
|
||||
export type { Token } from '~/js/reducers/TokensReducer';
|
||||
export type { Web3Instance } from '~/js/reducers/Web3Reducer';
|
||||
export type { PendingTx } from '~/js/reducers/PendingTxReducer';
|
||||
|
||||
export type Accounts = $ElementType<State, 'accounts'>;
|
||||
export type LocalStorage = $ElementType<State, 'localStorage'>;
|
||||
|
Loading…
Reference in New Issue
Block a user