You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 24, 2024. It is now read-only.
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 functionmemo
parameter that accepts a 64-bit integer representation and attach it to the challenge transaction returnedreadChallengeTx()
or the equivalent functionmemo
to the return value if present in the challenge transactionImplementations
The JS and Python SDKs have implemented this functionality, please use them as references:
The text was updated successfully, but these errors were encountered: