From 10e50572ab515cec597dd15bcae35301ce28fe95 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Thu, 5 Dec 2024 12:02:03 -0500 Subject: [PATCH] Etherlink context --- docs/unity/reference/API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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