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

how get Signer object with wallet adapter #913

Closed
mehranml opened this issue Mar 2, 2024 · 1 comment
Closed

how get Signer object with wallet adapter #913

mehranml opened this issue Mar 2, 2024 · 1 comment
Labels
question Add this to close an issue with instructions on how to repost as a question on Stack Exchange

Comments

@mehranml
Copy link

mehranml commented Mar 2, 2024

Hi i using openbook sdk to open order on it and this required owner as Account type with secret and public keys can you help me to get this?

 const s = await market.placeOrder(connection, {
      owner: // Here !!! ,
      payer: publicKey,
      side: sidebarForm.tab === "buy" ? "buy" : "sell",
      price: sidebarForm.limit_price,
      size: sidebarForm.amount,
      orderType: "limit", // 'limit', 'ioc', 'postOnly'
    });
@mcintyre94 mcintyre94 added the question Add this to close an issue with instructions on how to repost as a question on Stack Exchange label Mar 2, 2024
Copy link
Contributor

github-actions bot commented Mar 2, 2024

Hi @mehranml,

Thanks for your question!

We want to make sure to keep signal strong in the GitHub issue tracker – to make sure that it remains the best place to track issues that affect the development of Wallet Adapter itself.

Questions like yours deserve a purpose-built Q & A forum. Unless there exists evidence that this is a bug with Wallet Adapter itself, please post your question to the Solana Stack Exchange using this link:

https://solana.stackexchange.com/questions/ask


This automated message is a result of having added the ‘question’ tag.

@github-actions github-actions bot closed this as completed Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Add this to close an issue with instructions on how to repost as a question on Stack Exchange
Projects
None yet
Development

No branches or pull requests

2 participants