error: XDR Write Error: 3374067422357648927 is not a Hyper
when trying to .toXDR()
a xdr.HashIdPreimage.envelopeTypeSorobanAuthorization
#1021
Labels
Describe the bug
When I try to convert a
xdr.HashIdPreimage.envelopeTypeSorobanAuthorization
.toXDR()
I get an error.What version are you on?
"@stellar/stellar-sdk": "^12.2.0",
I'm also using TS bindings for this and this does seem to be related to trying to use the TS bindings simulated response.
To Reproduce
Build a preimage with a TS bindings simulationData and then try to convert that ``toXDR()`
Expected behavior
It should convert the preimage to XDR.
Additional context
Here's my code.
The text was updated successfully, but these errors were encountered: