CuriumVerse White Paper
  • Introduction
  • Existing Concepts
    • Existing Concepts
    • Blockchains
    • Forks
    • Smart Contracts
  • Consensus
    • Consensus
    • Proof of Work
    • Proof of Stake
    • Delegated Proof of Stack
    • Byzantine Fault Tolerance
  • CuriumVerse
    • CuriumVerse
  • Accounts
    • Accounts
    • Wallet
    • Node
    • Smart Contract
  • Transactions
    • Transactions
    • Receipts
    • States
  • Consensus Algorithm
    • Consensus Algorithm
  • Blockchain
    • Blockchain
    • Genesis Block
    • Main Block
Powered by GitBook
On this page
  1. Transactions

States

Execution of transactions results in state transitions that are based on receipts. For each account, only one final state can be generated per block. While they are stored in a relevant block, the latest state should be considered to be the most up-to-date one.

Wallet state contains:

  • Balance state

  • Delegate address for whom he voted for

Node state contains:

  • Node rating

Smart contract state contains:

  • Smart contract balance

  • Smart contract code

PreviousReceiptsNextConsensus Algorithm

Last updated 3 years ago