Eric Saunders
Eric Saunders
As discussed in the SE question: https://stellar.stackexchange.com/questions/2442/retrieve-transaction-memo-text-with-java-api > Memo is an abstract type that represents 5 different kinds of objects. The Java SDK does not define toString methods for these...
I can run LibreScribe successfully without a pen attached, but on plugging in my Livescribe Echo, the code identifies the pen, prints out a load of XML, then crashes. The...
SEP 10 describes a [specific form](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0010.md#response) for the "challenge" transaction used for authentication. Providing a helper at the SDK level makes sense to save users from reimplementing the spec. Here...
If I use the "change trust" operation to try and delete a trustline that isn't there, I get `CHANGE_TRUST_INVALID_LIMIT`. According to [the documentation](https://www.stellar.org/developers/guides/concepts/list-of-operations.html#change-trust), the description of this error is >...