You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
Another issue I've had is translating back and forth between the official js sdk and algosigners txn format. As a possible solution, can I just pass their sign function to algosigner and it partially applies the arguments to the function with with the secret key?
I'm terrible with js so this may be a horrible idea
You can see in the develop branch our work on v2 signing. How it will work is the developer will pass in the transaction in a msgpack'd format, and we'll unpack it on the far side using the JS SDK. This way you won't need to do anything special with encodings and custom transaction building.
I'll ask one of our devs to check in here to review the logicsig signing request.
I'd like the ability to sign a compiled teal program that will act as a delegate signature
The text was updated successfully, but these errors were encountered: