Events
1. Endless Wallet initialization completion event
The init event is executed after the wallet initialization is completed. For example, the getAccount method needs to be called after the init event is completed.
2. Endless Wallet network change event
Network Change is executed when the user switches networks in the wallet and returns network information.
3. Endless Wallet account change event
Account Change is executed when the user switches the current wallet in the wallet and returns the wallet address.
4. Endless Wallet connect event
The connect event is executed when the user links the current dapp in the wallet.
5. Endless Wallet disconnect event
The disconnect event is executed when the user disconnects from the dapp link in the wallet.
6. Endless Wallet open event
The open event is executed when the user open the wallet window in the wallet.
7. Endless Wallet close event
The closes event is executed when the user closes the wallet window in the wallet.
Last updated