rahimklaber
rahimklaber
### What version are you using? 0.26.0 ### What did you do? I tried accessing `to_muxed` from `PaymentOperationResponse`, but it wasn't there. For example, `PathPaymentBaseOperationResponse` has a function `getToMuxed` which...
Right now it isn't clear which license this project has. Adding a LICENSE.md makes it easy to see the license.
### Link the bounty file https://github.com/tyvdh/stellar-quest-bounties/blob/main/bounties/level-2/tangem-xdr-signer.md ### Mark your progress - [X] 🔵 Started working - [ ] 🟢 Ready for review - [ ] 🟣 Review completed ### Provide...
The coroutineScope in the Community class uses `Dispatchers.Main`. `Dispatchers.Main` is used to run code on the UI thread and should not be used for anything else. Code that uses the...
### What did you expect to see? The [create claimable balance response ](https://developers.stellar.org/api/resources/operations/object/create-claimable-balance/) predicates should be in snake case. Instead of `absBefore` it should be `abs_before` etc. [example response](https://horizon.stellar.org/operations/159035122778316843)
### What did you expect to see? The [create claimable balance response docs](https://developers.stellar.org/api/resources/operations/object/create-claimable-balance/) should list the `sponsor` attribute. An example of an operation with this attribute [here](https://horizon.stellar.org/operations/153272470667927563)
### What did you expect to see? The [change trust response documentation]( https://developers.stellar.org/api/resources/operations/object/change-trust/) should list the `sponsor` attribute. An example of an operation with this attribute [here](https://horizon.stellar.org/operations/142288615794429955)
**Describe the bug** I'm using the typescript bindings for a contract. I ran into an issue where getting the return value of a function that returns an Option fails due...