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
Describe the bug
I tested contract.Client.from with three contracts on TESTNET. It worked fine until I tested XLM contract on TESTNET CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC. It failed with Cannot destructure property 'length' of 'e' as it is undefined. error. Perhaps, this isn't supposed to work with XLM contract; however, if that's the case we need to update the documentation with a different contract.
What version are you on? "@stellar/stellar-sdk": "^13.1.0"
To Reproduce
Steps to reproduce the behavior:
call XLM contract CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC with contract.Client.from function, open a console, and you'll see an error.
Expected behavior
I expected it to return response that includes entries
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
I tested
contract.Client.from
with three contracts on TESTNET. It worked fine until I tested XLM contract on TESTNETCDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC
. It failed withCannot destructure property 'length' of 'e' as it is undefined.
error. Perhaps, this isn't supposed to work with XLM contract; however, if that's the case we need to update the documentation with a different contract.What version are you on?
"@stellar/stellar-sdk": "^13.1.0"
To Reproduce
Steps to reproduce the behavior:
call XLM contract
CDLZFC3SYJYDZT7K67VZ75HPJVIEUVNIXF47ZG2FB2RMQQVU2HHGCYSC
withcontract.Client.from
function, open a console, and you'll see an error.Expected behavior
I expected it to return response that includes
entries
Additional context

The text was updated successfully, but these errors were encountered: