algorand / js-algorand-sdk

The official JavaScript SDK for Algorand.
https://algorand.github.io/js-algorand-sdk/
MIT License
287 stars 205 forks source link

Fix stateproof txn representation #876

Closed jasonpaulos closed 5 months ago

jasonpaulos commented 5 months ago

Corrects the representation of a state proof transaction in this SDK.

Fixes #855