add constant -> export transactions
This commit is contained in:
parent
89e7a8fcf9
commit
05423fb8ff
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export const FETCH_BLOCK_SUCCESS = 'FETCH_BLOCK_SUCCESS';
|
|||
export const SUPPORT_TRANSACTION_STARTED = 'SUPPORT_TRANSACTION_STARTED';
|
||||
export const SUPPORT_TRANSACTION_COMPLETED = 'SUPPORT_TRANSACTION_COMPLETED';
|
||||
export const SUPPORT_TRANSACTION_FAILED = 'SUPPORT_TRANSACTION_FAILED';
|
||||
export const EXPORT_TRANSACTIONS = 'EXPORT_TRANSACTIONS';
|
||||
|
||||
// Claims
|
||||
export const FETCH_FEATURED_CONTENT_STARTED = 'FETCH_FEATURED_CONTENT_STARTED';
|
||||
|
|
Loading…
Reference in a new issue