idntty
idntty
When you create new module with lisk generate:module command, there is a line added: `app.registerModule(HelloModule);` But default code in modules.ts file: ` import { Application } from 'lisk-sdk'; export const...
Here is Lisk API client documentation, where there are node methods. And including a method that returns data about the node: getInfo: () => Promise; Nevertheless, it does not work....
The documentation says that you can add either your own button(ToolbarButton) or a dropdown list(ToolbarSelect). And there is even a great example of how to do it for a button...