Skip to content

Driver API

Marcus Davies edited this page Jul 10, 2021 · 12 revisions

The Driver API, contains a small set of methods to aid in your setup. It also allows to obtain some network stats

getValueDB

let Message = {
    payload: {
        mode: "DriverAPI",
        method: "getValueDB",
        params: [...<NodeID>s] /* Optional */
    }
}
return Message