diff --git a/docs/unity/reference/API.md b/docs/unity/reference/API.md index 2c3a2830c..8d91b1b5c 100644 --- a/docs/unity/reference/API.md +++ b/docs/unity/reference/API.md @@ -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. @@ -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