You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
543 B
25 lines
543 B
const fundHistory ={
|
|
fundHistory:'Fund History',
|
|
|
|
assetList:'Asset List',
|
|
searchAsset:'Search Asset',
|
|
management:'Address Management',
|
|
deposit:'Deposit',
|
|
withdrawal:'Withdrawal',
|
|
rewards:'Commission',
|
|
|
|
asset:'Asset',
|
|
date:'Date',
|
|
address:'Address',
|
|
hash:'Hash',
|
|
amount:'Amount',
|
|
progress:'Progress',
|
|
status:'Status',
|
|
completed:'Completed',
|
|
processing:'Processing',
|
|
failed:'Failed',
|
|
fee:'Fee',
|
|
account:'Account',
|
|
allAssets:'All Assets'
|
|
}
|
|
export default fundHistory
|