You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. display UI with message and approve/decline buttons
650
+
651
+
- `txApprove`
652
+
e.g. display UI with transaction details and approve/decline buttons
653
+
654
+
- `txSubmitted`
655
+
e.g. log the transaction in session storage or own backend
656
+
657
+
- `txDone`
658
+
Emitted by UI after a submitted tx is consisdered done (ethereum provider listener)
659
+
660
+
- `requestChainChange`
661
+
Emitted when tx chainId is different from defaultNetworkId. Must be resolve()'d to continue with the tx execution.
662
+
596
663
## Create custom UI
597
664
598
665
All the functionalities of embedded wallets are contained in base package `@apillon/wallet-sdk`. The SDK exposes all the core methods of the wallet and you can create a completely custom UI of the wallet on top of it.
0 commit comments