-
Notifications
You must be signed in to change notification settings - Fork 98
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
Display multisend transactions #2335
Comments
@jbibla which approach would you take to display this ? |
@jbibla I think we should tackle this at some point. The transaction list floods with withdraw txs for me. |
LOL nice problem to have! i have some ideas for improving the tx list. i think multisend is a specific tx type - not sure if it refers to withdrawals from more than 1 validator at a time - does it? |
one is |
True! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is your feature request related to a problem? Please describe.
Support multi send transactions. This have the old send
UTXO-like
format (inputs
andoutputs
.This is different from #2149, as those have multiple messages in one transactions, while this is another type of message.
Describe the solution you'd like
Be able to display multisend msg transactions, which consists in a transaction from a sender to multiple recipients.
Describe alternatives you've considered
Add transaction into
LiBankTransaction
. This can be done by unwrapping this transaction into multiple send transactionsAdditional context
The text was updated successfully, but these errors were encountered: