DENTNet Documentation
  • Introduction
  • Why DENTNet
  • Overview
    • Difference vs. Other Blockchains
    • Core Concepts
      • Accounts
      • Transactions
      • Events
      • Fees
      • DENTX
      • Proof of Stake
        • Staking
        • Validators
        • Nomination Pool
      • Treasury
    • Advanced Concepts
      • Telecommunication Assets
        • Mobile Data
        • Voice Minutes
      • DENT Token
      • Operator Sponsorship
      • Telco Asset Usage
      • Telco Asset Expiry
      • Technical Committee
    • Start with DENTX
      • Uniswap
        • DENTX on Ethereum
      • Swap on DENTNet
        • Swap DENT on DENTNet
      • Buy on DENTNet
  • Technical Foundation
    • Polkadot SDK
    • WebAssembly (Wasm)
  • Tools
    • Explorer
    • Bridge
      • Move DENTs from Ethereum to DENTNet
      • Move DENTX from Ethereum to DENTNet
    • Dashboard
    • Validator UI
    • Wallets
      • Polkadot Ledger App
      • SubWallet
      • Vault App
      • PolkadotJS
      • [Deprecated] DENTNet Ledger App
  • Technical Documentation
    • Node API
    • Operating a Node
    • Operating a Validator
      • How to set up a DENTNet Validator?
      • Validator Monitoring
      • Pause Validation
      • Upgrade or move a validator
    • Changelog
Powered by GitBook

Copyright DENT Wireless Limited, 2024

On this page
  1. Overview
  2. Core Concepts

Events

While extrinsics represent information from the outside world, events represent information from the network and specific pallets in particular. Extrinsics can trigger events; for example, the Staking pallet emits a Reward event when claiming staking rewards to tell the user how much the account was credited and the Vending pallet emits a PriceUpdated event when the price of a mobile package changes.

Events can be subscribed to and used by operators to trigger processes in their own system like refreshing the user interface of an app or informing users about low balance via push notification.

For reliable handling of events, it is important to monitor events in each block for those that contain your addresses of interest. Monitoring events instead of transaction data ensures that you can properly react to changes on DENTNet.

PreviousTransactionsNextFees

Last updated 1 year ago