Les ressources ont été chargées... Je charge...

Appel à la méthode RPC d'Ethereum

Utilisationexchange.IO()La fonction appelle la méthode RPC d'Ethereum. - Vérifiez le solde d'ETH dans le portefeuille

  exchange.IO("api", "eth", "eth_getBalance", owner, "latest")   // owner为具体钱包地址
  • Transfert par ETH
    
    exchange.IO("api", "eth", "send", toAddress, toAmount)   // toAddress为转账时,接收ETH的钱包地址,toAmount为数量
    
  • Vous pouvez consulter gasPrice
    
    exchange.IO("api", "eth", "eth_gasPrice")
    
  • Pour obtenir et_estimateGas
    
    exchange.IO("api", "eth", "eth_estimateGas", data)
    
Enregistré ABI Prise en charge du code