Device & Accounts Info.
Get Device Info
// Get connected device information
var result
try{
result = await DcentWebConnector.getDeviceInfo()
}catch(e){
result = e
}{
"header": {
"version": "1.0",
"response_from": "device",
"status": "success"
},
"body": {
"command": "get_info",
"parameter": {
"device_id": "1234567890123456789012345678901234567890123456789012345678901234",
"fw_version": "1.2.1.7c65",
"ksm_version": "1.0.0.1139",
"state": "secure",
"coin_list": [
{
"name": "BITCOIN"
},
{
"name": "ETHEREUM"
},
{
"name": "ERC20"
},
{
"name": "RSK"
},
{
"name": "RRC20"
},
{
"name": "RIPPLE"
},
{
"name": "MONACOIN"
},
{
"name": "EOS"
},
{
"name": "KLAYTN"
}
],
"fingerprint": {
"max": 2,
"enrolled": 1
},
"label": "My D'CENT"
}
}
}Set Device Label
Add & Sync Account
address_path
Retrieve Account
Last updated