File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
demo/vue-app-new/src/components Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,6 @@ const onWalletSendEth = async () => {
109109 const walletPlugin = web3Auth .value ?.getPlugin (WALLET_PLUGINS .WALLET_SERVICES ) as WalletServicesPlugin ;
110110 await walletSendEth (walletPlugin .wsEmbedInstance .provider , printToConsole );
111111};
112- const onWalletSignEthTransaction = async () => {
113- const walletPlugin = web3Auth .value ?.getPlugin (WALLET_PLUGINS .WALLET_SERVICES ) as WalletServicesPlugin ;
114- await walletSignEthTransaction (walletPlugin .wsEmbedInstance .provider as IProvider , printToConsole );
115- };
116112
117113// Ethereum Provider
118114const onGetUserInfo = async () => {
@@ -237,9 +233,6 @@ const onSignPersonalMsg = async () => {
237233 {{ t("app.buttons.btnSignTypedData_v4") }}
238234 </Button >
239235 <Button block size =" xs" pill class =" mb-2" @click =" onWalletSendEth" >{{ t("app.buttons.btnSendEth") }}</Button >
240- <Button block size =" xs" pill class =" mb-2" @click =" onWalletSignEthTransaction" >
241- {{ t("app.buttons.btnSignTransaction") }}
242- </Button >
243236 </Card >
244237 <Card v-if =" isDisplay('ethServices')" class =" px-4 py-4 gap-4 !h-auto lg:!h-[calc(100dvh_-_240px)]" :shadow =" false" >
245238 <div class =" mb-2 text-xl font-bold leading-tight text-left" >Sample Transaction</div >
You can’t perform that action at this time.
0 commit comments