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

Add post actions to return wallet details #12

Open
farukterzioglu opened this issue May 14, 2021 · 0 comments
Open

Add post actions to return wallet details #12

farukterzioglu opened this issue May 14, 2021 · 0 comments
Projects

Comments

@farukterzioglu
Copy link
Owner

farukterzioglu commented May 14, 2021

Add relevant methods to return address-private key pairs
e.g.

[HttpPost("/Avalanche/{account}/external/{index}")]
public ActionResult<KeyPair> GetDepositWallet(uint account, uint index)

For only apps that allowed this by configuration exposePrivateKey

should return a response like;

{
 "address": "X-avax1....",
 "privateKey" : "adf54djmr...."
}
@farukterzioglu farukterzioglu created this issue from a note in HDWallet (To do) May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant