elucidsoft / dotnet-stellar-sdk

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

Support passing in a string for balance id #294

Closed duckmatt closed 3 years ago

duckmatt commented 3 years ago

Fixes #293 with:

The tests I've added match the expected behaviour of the tests from the Java SDK which cover the same functionality: https://github.com/stellar/java-stellar-sdk/blob/32331b3a5a4cf62eb6820b5e975032b9ab13887c/src/test/java/org/stellar/sdk/OperationTest.java#L757

Types of changes