evadore
  • Evadore
  • Climate Crisis
  • Global Warming
  • Blockchains
  • ReFi
    • What is ReFi?
    • Why ReFi?
  • Eva Chain
    • Content
    • While Starting
    • What is Blockchain?
      • Blockchain Key Benefits
      • Blockchain Network Types
      • Proof-of-Authentication
    • What is Ethereum?
    • What is Solidity?
    • What are Transactions?
    • What is Gas?
    • What is Wallet?
    • Creating Tokens on Evadore
    • Evadore Technical Information
  • Strategy
    • Hydroelectric
    • Solar Energy
    • Wind Energy
    • Carbon Offset Method
    • Carbon Credits
    • Forest
  • Sustainability
    • Sustainability Principles
  • ECOSYSTEM
    • EvaLabs
    • Eva Chain
    • EvaStore
    • EvaPay
    • GreenWallet
    • EvaForest
    • CarbonEva
  • TOKENOMICS
    • TOKENOMICS
  • ROADMAP
    • The Future of Evadore; Updates and Roadmap
    • Evadore's Key Achievements so far include
    • Evadore's future plans and goals include
  • API DOCS
    • RPC API Endpoints
      • Account
      • Logs
      • Stats
      • Block
      • Token
      • Transaction
      • Contract
      • RPC API Endpoints
Powered by GitBook
On this page
  • Value Transfer
  • Execution of Contracts
  1. Eva Chain

What are Transactions?

The term "transaction" is used to refer to the signed data packet that stores a message to be sent from an externally owned account to another account on the blockchain. It can be divided into two main categories.

Value Transfer

  • A value (in Ether) is transferred between two externally owned accounts.

Execution of Contracts

  • Here, a function/method call is made from an externally owned account to a contract account. Such transactions can be chained further, for example, the contract account may do several internal transactions before calling or returning another contract account. Executing any type of transaction on Ethereum costs money or fees.

PreviousWhat is Solidity?NextWhat is Gas?

Last updated 2 years ago