bnogalm / StellarQtSDK

Stellar Java SDK ported to Qt/C++. Interface to deal with Horizon API
Mozilla Public License 2.0
26 stars 12 forks source link

SEP-10: muxed account and memo support #57

Open JakeUrban opened 3 years ago

JakeUrban commented 3 years ago

SEP-10 Muxed Account & Memo Support

SEP-10 now supports authenticating users of shared, pooled, or omnibus Stellar accounts.

These users are either represented using a muxed account (an M... address) or a Stellar account (G...) accompanied by an ID memo.

Changes

buildChallengeTx() or the equivalent function

readChallengeTx() or the equivalent function

Implementations

The JS and Python SDKs have implemented this functionality, please use them as references:

JakeUrban commented 3 years ago

https://github.com/stellar/stellar-protocol/issues/1056