Skip to content

Commit

Permalink
Merge pull request #366 from near/bucanero-patch-1
Browse files Browse the repository at this point in the history
Update wallet.md
  • Loading branch information
amirsaran3 authored Jul 29, 2022
2 parents e9e2f8e + 06fd42b commit 3703c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/docs/api/wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Returns one or more accounts when signed in. This method can be useful for walle

**Returns**

- `Promise<void | FinalExecutionOutcome>`: 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<void | FinalExecutionOutcome>`: 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**

Expand Down Expand Up @@ -231,7 +231,7 @@ Signs one or more NEAR Actions before sending to the network. The user must be s

**Returns**

- `Promise<void | Array<FinalExecutionOutcome>>`: 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<void | Array<FinalExecutionOutcome>>`: 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**

Expand Down

0 comments on commit 3703c01

Please sign in to comment.