وسائل لوڈ ہو رہے ہیں... لوڈنگ...

ایتھریم آر پی سی کو کال کرنے کا طریقہ

استعمال کریںexchange.IO()Ethereum RPC طریقہ کار کو کال کرنے کے لئے تقریب.

  • بٹوے میں ETH کے بیلنس سے استفسار کریں
    exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner is the specific wallet address
    
  • ETH ٹرانسفر
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress is the address of the wallet receiving ETH when transferring, toAmount is the quantity
    
  • سوال گیس قیمت
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • سوال eth_estimateگیس
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
اے بی آئی رجسٹر کریں سپورٹ کوڈ