LogoLogo
  • BitcoinVM
    • Overview
    • Main Features
    • BVM Stack
  • Ecosystem
    • Building BTCFi Ecosystem
  • Testnet
    • Testnet Info
    • Wallet Setup
    • Faucet
    • Explorer
  • BVM RPC Support Guide for Developers
    • Introduction
    • Basic Evmos Methods
    • Filter-related Methods
    • Event Subscription Methods
    • Debug and Trace Methods
    • Conclusion
  • $BVM
    • Token Info
    • Token Distribution
  • RoadMap
    • Testnet Phase
    • Mainnet Phase
    • BVM Stack Phase
  • Website
  • Testnet Explorer
  • Testnet Faucet
  • Twitter
  • Community
Powered by GitBook
On this page
  1. BVM RPC Support Guide for Developers

Event Subscription Methods

BVM Network supports subscription-based methods for real-time event monitoring:

  • eth_subscribe and eth_unsubscribe: Facilitate creating and managing subscriptions for various events such as new headers (newHeads), logs (logs), new pending transactions (newPendingTransactions), and sync status updates (syncing).

PreviousFilter-related MethodsNextDebug and Trace Methods

Last updated 1 year ago