Actions, and each action costs a deterministic amount of gas units. These gas units are translated into a cost in NEAR tokens, which the user must pay for the transaction to be processed.
Transactions
Learn how users interact with NEAR through transactions composed of actions, signed with private keys, and processed by the network with deterministic gas costs.
Users interact with NEAR by creating transactions. Specifically, users use their account’s private keys to sign transactions, which are then broadcasted and processed by the network.
A transaction is composed of one or more
Was this page helpful?