Open farukterzioglu opened 3 years ago
Add relevant methods to return address-private key pairs e.g.
address-private
[HttpPost("/Avalanche/{account}/external/{index}")] public ActionResult<KeyPair> GetDepositWallet(uint account, uint index)
For only apps that allowed this by configuration exposePrivateKey
exposePrivateKey
should return a response like;
{ "address": "X-avax1....", "privateKey" : "adf54djmr...." }
Add relevant methods to return
address-private
key pairs e.g.For only apps that allowed this by configuration
exposePrivateKey
should return a response like;