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
Rather than changing Transaction, it adds SignedTxnWithAD which is the name of the structure that contains the Transaction, signature, and ApplyData in the Go code.
Subject of the issue
SignedTransaction.undictify
does not work on block_info transactions fromblock_info().block.txns
Steps to reproduce
block_info
using Algod clientSignedTransaction.undictify
Expected behaviour
Transactions get parsed into objects. Potential solution could be to have an additional method that parses the entire block into readable data.
Actual behaviour
Bunch of errors where undictify assumed keys are bytes and not base64 encoded strings
The text was updated successfully, but these errors were encountered: