Future<String> generateAccount() async { return await _jsApi.jsPromise('window.keyring.generate()'); }