Skip to content

Commit

Permalink
Etherlink context
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Dec 5, 2024
1 parent 8b8ca4e commit 10e5057
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/unity/reference/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Unity SDK TezosAPI object
sidebar_label: TezosAPI object
authors: Tim McMackin
last_update:
date: 15 November 2024
date: 5 December 2024
---

The Unity SDK class `Tezos.API.TezosAPI` provides methods for many Tezos-related tasks, including connecting to wallets, sending transactions to Tezos, and getting information about about the Tezos blockchain, such as what tokens accounts or contracts control.
Expand Down Expand Up @@ -266,6 +266,8 @@ This method triggers the `OperationResulted` event.

For examples, see [Calling contracts](/unity/calling-contracts).

To send an Etherlink transaction, use the Reown SDK as described in [Calling Etherlink contracts](/unity/calling-contracts#calling-etherlink-contracts).

### `GetOperationStatus()`

```csharp
Expand Down

0 comments on commit 10e5057

Please sign in to comment.