elucidsoft / dotnet-stellar-sdk

Stellar API SDK for .NET 6.x
Apache License 2.0
116 stars 55 forks source link

Muxed Account fields in OperationsResponses, EffectResponses and TransactionResponses and refactorization of operation responses tests. #321

Closed Kirbyrawr closed 3 years ago

Kirbyrawr commented 3 years ago

Types of changes

fracek commented 3 years ago

What happens if the response does not contain a _muxed_id field? I think the field should become a nullable long to handle this case. I would also keep the old test files and add the new version (with muxed ids) to make sure we don't break backward compatibility.

Kirbyrawr commented 3 years ago

On it