The stellar-base library is the lowest-level stellar helper library. It consists of classes to read, write, hash, and sign the xdr structures that are used in stellar-core
Apache License 2.0
21
stars
19
forks
source link
Unable to decode XDR using TransactionEnvelope.from_xdr #52
Observed Results
Got error:
when trying to decode the xdr envelope (TEST NET):
and trying to get data from it. I'm not sure what I'm doing wrong but I think it might be because of the asset name. Code used:
Expected Result
I should be able to get the data from the xdr envelope.