User Interface

Ethers manages the User Interface outside the application for all Wallet operations.


Notifications

ethers . notify ( message )
Display a non-interactive message to the user. The heading of the message will be the application name.

Examples

ethers.notify("Hello World");