📘
Edge Matrix Documentation
中文
中文
  • 🌐EMC Network
    • EMC 概述
    • 核心产品
      • 公链
        • 链网络信息
        • 共识机制 PoAW
        • 区块参数
        • 交易Performance
        • JSON RPC
        • 链桥
          • 链桥合约
          • 链桥工作机制
          • 支持的跨链资产对
        • Dex
      • EMC Hub
        • EMC Protocol
        • 工作方式及拓扑图
    • EMC DAO
      • DAO 架构:去中心化治理原则与流程
      • 提案与投票机制:代币持有者如何参与决策
      • 社区基金运作:资源分配与社区激励规则
    • 代币经济模型
      • 代币分配
      • 代币用途
      • 产品收入模式
    • 未来规划与发展
    • 常见问题 (FAQ)
Powered by GitBook
On this page
  • eth
  • net
  • web3
  • TxPool
  • debug
  1. EMC Network
  2. 核心产品
  3. 公链

JSON RPC

支持的接口

eth

   eth_chainId
   eth_syncing
   eth_getBlockByNumber
   eth_getBlockByHash
   eth_blockNumber
   eth_gasPrice
   eth_getBalance
   eth_sendRawTransaction
   eth_getTransactionByHash
   eth_getTransactionReceipt
   eth_getTransactionCount
   eth_getBlockTransactionCountByNumber
   eth_getLogs
   eth_getCode
   eth_call
   eth_getStorageAt
   eth_estimateGas
   eth_newFilter
   eth_newBlockFilter
   eth_getFilterLogs
   eth_getFilterChanges
   eth_uninstallFilter
   eth_unsubscribe

net

        net_version
        net_listening
        net_peerCount

web3

        web3_clientVersion
        web3_sha3

TxPool

        txpool_content
        txpool_inspect
        txpool_status

debug

        debug_traceBlockByNumber
        debug_traceBlockByHash
        debug_traceBlock
        debug_traceTransaction
        debug_traceCall
Previous交易PerformanceNext链桥

Last updated 3 months ago

🌐