returns the next external chained address for a wallet.
accountName: (string)
name of the account on which the address creatednew address (base58)
-32000
account name ‘test_account’ not found
curl -k -u "test:test" -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"1.0","method":"wallet_createAddress","params":["test_account"],"id":1}' http://127.0.0.1:8130/api
{
"jsonrpc": "2.0",
"id": 1,
"result": "Tmdy4W4FeDD2M8Tm8syZJmR2BPdug4Zeozj"
}
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License