From c00e39e179a95e5800085faca73dd2c11f2b763d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Wed, 20 Mar 2024 11:54:17 -0300 Subject: [PATCH] Update frontend.md --- docs/2.develop/integrate/frontend.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/2.develop/integrate/frontend.md b/docs/2.develop/integrate/frontend.md index 596ed2808aa..a9c9f5c749c 100644 --- a/docs/2.develop/integrate/frontend.md +++ b/docs/2.develop/integrate/frontend.md @@ -57,7 +57,7 @@ To create a wallet, simply import the `Wallet` object from the module and initia @@ -112,10 +112,10 @@ For this, override the `window.onload` method with a function that calls the `wa @@ -133,10 +133,10 @@ Because of their read-only nature, view methods are **free** to call, and do **n @@ -160,10 +160,10 @@ Signing in is as simple as requesting the `wallet` object to `signIn`, the same @@ -179,7 +179,7 @@ If you instantiated the `Wallet` passing an account for the `createAccessKeyFor` @@ -205,10 +205,10 @@ It is important to notice that, if you ask for money to be attached in the call, @@ -232,10 +232,10 @@ If the method invoked returned a result, you can use the transaction hash to ret