From 1aa16c0820c7698405146072eb2b932818108b61 Mon Sep 17 00:00:00 2001 From: Alex Gherasie <68433935+agherasie@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:46:33 +0300 Subject: [PATCH] Update transactions.md (#2174) --- docs/1.concepts/protocol/transactions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/1.concepts/protocol/transactions.md b/docs/1.concepts/protocol/transactions.md index 502e900a273..53339b28873 100644 --- a/docs/1.concepts/protocol/transactions.md +++ b/docs/1.concepts/protocol/transactions.md @@ -3,12 +3,12 @@ id: transactions title: Transactions --- -Users interact with NEAR by creating transactions. Specifically, user's use their account's [private keys](./access-keys.md) to sign transactions, which are then broadcasted and processed by the network. +Users interact with NEAR by creating transactions. Specifically, users use their account's [private keys](./access-keys.md) to sign transactions, which are then broadcasted and processed by the network. ![](@site/static/docs/assets/welcome-pages/data-lake.png) -A transaction is composed of one or more [`Actions`](./transaction-anatomy.md), and each action costs a deterministic amount of [gas units](./gas.md). This gas units are translated into a cost in NEAR tokens, which the user must pay for the transaction to be processed. +A transaction is composed of one or more [`Actions`](./transaction-anatomy.md), and each action costs a deterministic amount of [gas units](./gas.md). These gas units are translated into a cost in NEAR tokens, which the user must pay for the transaction to be processed. :::tip You can use an Explorer to inspect transactions in the NEAR network -::: \ No newline at end of file +:::