Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not create muxed account. TypeError: med25519 not set #1146

Open
nqs1901 opened this issue Feb 19, 2025 · 1 comment
Open

Can not create muxed account. TypeError: med25519 not set #1146

nqs1901 opened this issue Feb 19, 2025 · 1 comment
Labels

Comments

@nqs1901
Copy link

nqs1901 commented Feb 19, 2025

Describe the bug

What version are you on?
"@stellar/stellar-sdk": "^13.1.0"

To Reproduce
const StellarSdk = require('@stellar/stellar-sdk');
const id = '34546';
const muxed = StellarSdk.MuxedAccount.fromAddress(address, id );

TypeError: med25519 not set

Expected behavior
A clear and concise description of what you expected to happen.

Additional context
Add any other context about the problem here.

@nqs1901 nqs1901 added the bug label Feb 19, 2025
@github-project-automation github-project-automation bot moved this to Backlog (Not Ready) in DevX Feb 19, 2025
@nqs1901 nqs1901 changed the title TypeError: med25519 not set Can not create muxed account. TypeError: med25519 not set Feb 19, 2025
@Shaptic
Copy link
Contributor

Shaptic commented Feb 19, 2025

What is address? It should be an instance of an Account. It appears to be an instance of string, instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog (Not Ready)
Development

No branches or pull requests

2 participants