create wallet by seed
seed: (string)
seedwalletPass: (string)
wallet passwordunlockPass: (string)
unlock passwordnull
-32000
wallet exist
curl -sku "test:test" -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"1.0","method":"ui_createWallet","params":["0d82f3214e900c039c8e05c04bef5f22bdf5804344e69e8f7426e90fabb0eb178a8c4f99850c77be09f609b7145799fb0772c1c0c1087acd55868240755a437a", "walletPass", "unlockPass"],"id":1}' http://127.0.0.1:8130/api | jq
{
"jsonrpc": "2.0",
"id": 1,
"result": null
}
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License