From 06fd42b34cd2c66138c1c2934d7971c3d8ee106e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Parrino?= Date: Tue, 26 Jul 2022 11:33:35 -0300 Subject: [PATCH] Update wallet.md --- packages/core/docs/api/wallet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/docs/api/wallet.md b/packages/core/docs/api/wallet.md index 6291dc1dd..fd489377e 100644 --- a/packages/core/docs/api/wallet.md +++ b/packages/core/docs/api/wallet.md @@ -194,7 +194,7 @@ Returns one or more accounts when signed in. This method can be useful for walle **Returns** -- `Promise`: Browser wallets won't return the transaction outcome as they may need to redirect for signing. More details on this can be found [here](https://docs.near.org/docs/api/rpc/transactions#send-transaction-await). +- `Promise`: Browser wallets won't return the transaction outcome as they may need to redirect for signing. More details on this can be found [here](https://docs.near.org/api/rpc/transactions#send-transaction-await). **Description** @@ -231,7 +231,7 @@ Signs one or more NEAR Actions before sending to the network. The user must be s **Returns** -- `Promise>`: Browser wallets won't return the transaction outcomes as they may need to redirect for signing. More details on this can be found [here](https://docs.near.org/docs/api/rpc/transactions#send-transaction-await). +- `Promise>`: Browser wallets won't return the transaction outcomes as they may need to redirect for signing. More details on this can be found [here](https://docs.near.org/api/rpc/transactions#send-transaction-await). **Description**