On this page

latest contributor to this doc

Last Edit:

@gcharang

Remove Node from Version Stat

API-v2remove_node_from_version_stat

The remove_node_from_version_stat method removes a node (by name) from the local database which tracks which version of KDF it is running. The name parameter is an arbitrary identifying string, such as seed_alpha or dragonhound_DEV.

Parameter* = requiredTypeDescription
name*
string
The name assigned to the node

Parameter* = requiredTypeDescription
result*
string
The outcome of the request.

Remove Node from Version Stat

POST
remove_node_from_version_stat
{
  "mmrpc": "2.0",
  "method": "remove_node_from_version_stat",
  "userpass": "RPC_UserP@SSW0RD",
  "params": {
    "name": "dragonhound_DEV"
  }
}

{
    "mmrpc": "2.0",
    "result": "success",
    "id": null
}