History Comonent
Last updated
Last updated
If you want to quickly access the querying history function, please use this UI component. You will get the same UI display and querying historical records function as the ETransfer app.
You can view transaction history.
You can filter transaction records by transaction type, status, and date.
You can view more transaction details by entering your address and transaction hash.
See More: Installation | ETransfer
For the ETransferConfig
, ETransferStyleProvider
, ETransferLayoutProvider
configuration used in the following examples, please refer to the ETransfer UI SDK Config
Field | Type | Required | Remarks |
className |
|
| The additional class to History. |
componentStyle |
|
| Component style configuration items.
If you want to configure responsiveness, please switch the UI style at the appropriate time. Default is |
isUnreadHistory |
|
| Does the user have unread messages |
isShowMobilePoweredBy |
|
| Whether to display the mobile Powered By ETransfer logo. |
onClickHistoryItem |
|
| The click event for the history item. id: transaction order ID. You can use this id and |
onActionChange |
|
| You can retrieve the current user's operation data within this method. |
Ensure that the network configuration (networkType
) , service URL (etransferUrl
) , authorization URL (etransferAuthUrl
) and authorization (jwt
) are accurate.
Use a valid JWT token to ensure proper functionality.
To get ETransferConfig authorization.jwt
, you can read ETransfer SDK Auth
If you want to use the History
and TransferDetail
components together, please refer to the ETransfer UI SDK Transfer Detail Comonent and github example code.
For any questions, please reach out to contact@etransfer.exchange.