if (!webln.on) { alert('not supported'); }awaitwebln.enable();webln.on("accountChanged", accountChangedHandler); // callback is executed once account is changed in provided with multiple accounts
functionaccountChangedHandler() {console.log("Account Changed!");}