Closed KieranAltman closed 1 year ago
Currently there is not. The transactionId
is a uuid generated within a wallet and is meant to preserve privacy for the transaction. Could you help describe your use & I'd be happy to suggest a usage pattern for the adapter.
Currently there is not. The
transactionId
is a uuid generated within a wallet and is meant to preserve privacy for the transaction. Could you help describe your use & I'd be happy to suggest a usage pattern for the adapter.
I want to make a Dapp that interacts with Leo Wallet & provides transaction history for users, allowing them to easily view the details on Haruka's Aleo Explorer.
Thank you for your help! 😄
It makes a lot of sense but we have to consider the privacy implications. I'm thinking we can add another DAppPermission type to enable sharing history. You would then be able to request transactions initiated by and records owned by the user. Would that be sufficient or do you imagine a different implementation?
That's enough for me, thanks for your help!
Any update?
This is in progress right now. It should be available within a week
The adapter is now updated and supported in version 0.0.26 of the Leo Wallet. https://github.com/demox-labs/aleo-wallet-adapter#%EF%B8%8Frequesting-record-plaintexts
0.0.26 has been submitted to the chrome store and should be available within 12 hours.
It will require using the OnChainHistory permission in your application.
thanks for your help!
Hello team,
I was wondering if there is a way to calculate the
Aleo Transaction ID
from thetransactionId
returned by therequestTransaction
method.Thank you and best regards.