Skip to content

Add post actions to return wallet details #12

Description

@farukterzioglu

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...."
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions