var coinType =DcentCLIConnector.coinType.ETHEREUMvar keyPath ="m/44'/60'/0'/0/0"// key path of the accountvar resulttry{// Get Ethereum Address corresponding to keyPath result =awaitDcentCLIConnector.getAddress(coinType, keyPath)}catch(e){ result = e}
var keyPath ="m/44'/0'"// key path of the accountvar resulttry{// Get extended public key corresponding to keyPath result =awaitDcentCLIConnector.getXPUB(keyPath)}catch(e){ result = e}