Skip to content

Commit

Permalink
Runs when a connection to a wallet fails.
Browse files Browse the repository at this point in the history
Co-authored-by: Can Berk T. <[email protected]>
  • Loading branch information
timothymcmackin and oskar-ziller authored Jan 11, 2024
1 parent ad33e09 commit 932d5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/unity/reference/EventManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ private void OnWalletDisconnected(WalletInfo walletInfo)
Runs when a wallet connects successfully.
Returns a `TezosSDK.Beacon.WalletInfo` object with information that includes the address of the connected account.

### `public event Action<ErrorInfo> AccountConnectionFailed`
### `public event Action<ErrorInfo> WalletConnectionFailed`

Runs when a connection to an account fails.
Runs when a connection to a wallet fails.
Returns a `TezosSDK.Beacon.ErrorInfo` object with an error message.

### `public event Action<WalletInfo> WalletDisconnected`
Expand Down

0 comments on commit 932d5d7

Please sign in to comment.