Developer Questions
Application description
Hello, can i somehow make the Application description flexible ? like if i make a TL payload, a payment etc ? So i would adjust the Application description based on the type and usage ? Or do i need a different application for every case ive got ?
XUMM Help.
I printed out and vaulted my XUMM secret seed numbers when i created my wallet back in 2021. This week i dug out my secret seed number, and The printout has 8 Columns of 7 digits (not six, but seven), and now I cannot recover. The first row appears to be binary, except for row H, with a 3 printed. The paper I've stashed away is a print of spreadsheet like table, columns A-H, and the paper is labeled "XUMM.app. Support: support.xumm.app".
JWT in C# NET Xumm SDK
Can we retrieve JWT in the response to the User SignIn when using .NET Xumm SDK ?
Telegram Deeplink
Is there such a thing as a deeplink that would return the client back to a Telegram Group after that sign with the Xaman application?
XRP to Xah To something else
So this is more a general question, in simple terms i am building an app that takes one transaction and lets say splits it into 3, a little bit like the carbon off set - so i have a smart contract on the xahau network.
Vesting Schedule
Is there a way to lock up issued tokens on the XRPL blockchain?
Terminating Signed Xaman Request
Is there a way to check a pending "Signed Request" and kill that payload? If have a situation whereas the request is submitted, but the user doesn't sign and submits another one. I suppose it's fine to let these expire on their own, but seems a little wasteful and would like to kill those previous request if followed by new request using the same r-account.
Extracting Signing URL from createAndSubscribe
I have a situation whereas I need to pull the URL returned from the createAndSubscribe event and right now it's posting the URL to my endpoint over and over whilst waiting for the signature. Is there another way I can just say, "hey, here is my sign SignIn payload, grab the URL and send it to the user for signing, but like I need to wait for the signing within the event. Does that make any sense at all?
How do i get the accountID from an xrpl address in my app ?
Up until now i have been using the Hook services to generate the accountID but how do i generate it in my app, i have gone through the various xrpl libs available and have yet to find anything - so is there utility in a lib somewhere to help with this ?