support utxo consolidation
This commit is contained in:
parent
ce9f720bbd
commit
f80c71a2ab
7 changed files with 402 additions and 66 deletions
src
|
@ -120,6 +120,8 @@ export {
|
|||
doUpdateBlockHeight,
|
||||
doClearSupport,
|
||||
doSupportAbandonForClaim,
|
||||
doFetchUtxoCounts,
|
||||
doUtxoConsolidate,
|
||||
} from 'redux/actions/wallet';
|
||||
|
||||
export { doPopulateSharedUserState, doPreferenceGet, doPreferenceSet } from 'redux/actions/sync';
|
||||
|
@ -313,4 +315,8 @@ export {
|
|||
selectPendingSupportTransactions,
|
||||
selectAbandonClaimSupportError,
|
||||
makeSelectPendingAmountByUri,
|
||||
selectIsFetchingUtxoCounts,
|
||||
selectIsConsolidatingUtxos,
|
||||
selectUtxoCounts,
|
||||
selectPendingOtherTransactions,
|
||||
} from 'redux/selectors/wallet';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue