Skip to main content

mw_select_wallet

Select curent active wallet, after that all wallet RPC call would be addressed to this wallet

URL: http:://127.0.0.1:11211/json_rpc

Request:

{
"id": 0,
"jsonrpc": "2.0",
"method": "mw_select_wallet",
"params": {
"wallet_id": 2
}
}

Request description:

    "wallet_id": Wallet id

Response:

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"status": "OK"
}
}

Response description:

    "status": Result (OK if success)