Open the wallet in the specified path.
{
"jsonrpc": "2.0",
"method": "openwallet",
"params": [path, password]
"id": 1
}
- path:path of the wallet to be opened
- password:password of the wallet
Request Body:
{
"jsonrpc": "2.0",
"method": "openwallet",
"params": ["1.json", "1111"],
"id": 1
}
Response Body:
{
"jsonrpc": "2.0",
"id": 1,
"result": true
}
Response Description:
Return whether the wallet is opened successfully or not.