-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receive & Transaction history page #56
Conversation
const data = [ | ||
{ | ||
recipient: 'Shielded Recipient', | ||
amount: '+0.008', | ||
status: 'Received', | ||
date: 'Oct 31, 2023', | ||
}, | ||
{ | ||
recipient: 'zs13h7mt2xyk5t2xy38...2xvxser2', | ||
amount: '-0.001', | ||
status: 'Sent', | ||
date: 'Jun 12, 2024', | ||
}, | ||
{ | ||
recipient: 'zs13h7mt2xyk5t2xy38...2xvxser2', | ||
amount: '-0.001', | ||
status: 'Sent', | ||
date: 'Jun 12, 2024', | ||
}, | ||
{ | ||
recipient: 'zs13h7mt2xyk5t2xy38...2xvxser2', | ||
amount: '-0.001', | ||
status: 'Sent', | ||
date: 'Jun 12, 2024', | ||
}, | ||
{ | ||
recipient: 'zs13h7mt2xyk5t2xy38...2xvxser2', | ||
amount: '-0.001', | ||
status: 'Sent', | ||
date: 'Jun 12, 2024', | ||
}, | ||
|
||
{ | ||
recipient: 'u1jjfvrz0jt2xy38...a77mt2xy383x', | ||
amount: '+0.000', | ||
status: 'Sent', | ||
date: 'May 11, 2024', | ||
}, | ||
{ | ||
recipient: 'Shielded recipient', | ||
amount: '+0.001', | ||
status: 'Sent', | ||
date: 'Mar 14, 2024', | ||
}, | ||
{ | ||
recipient: 'Shielded recipient', | ||
amount: '-0.001', | ||
status: 'Received', | ||
date: 'Dec 23, 2023', | ||
}, | ||
{ | ||
recipient: 'Shielded Recipient', | ||
amount: '+0.008', | ||
status: 'Received', | ||
date: 'Oct 31, 2023', | ||
}, | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hardcoded history data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea is to have a method to retrieve history from webzjs library. It's not implemented yet (even from zcash community perspective), so I keep it hardcoded for now
Pages: