文件名称:gas-price-oracle:针对以太坊dApp的Gas Price Oracle库
文件大小:43KB
文件格式:ZIP
更新时间:2024-05-22 03:18:45
TypeScript
针对以太坊dApp的Gas Price Oracle库 具有收集链上和链下天然气价格Oracle URL的库 当前的脱链列表: 当前的链上列表: 安装 npm i gas-price-oracle 进口 const { GasPriceOracle } = require ( 'gas-price-oracle' ) ; 用法 基本的 const options = { defaultRpc : 'https://api.mycryptoapi.com/eth' , timeout : 10000 , } ; const oracle = new GasPriceOracle ( options ) ; // optional fallbackGasPrices const fallbackGasPrices = { instant : 70 , fast : 31
【文件预览】:
gas-price-oracle-master
----.gitignore(16B)
----package.json(2KB)
----src()
--------index.ts(7KB)
--------config.ts(2KB)
--------types.ts(617B)
----LICENSE(1KB)
----tsconfig.json(5KB)
----.github()
--------workflows()
----.editiorconfig(207B)
----.eslintrc.js(988B)
----README.md(2KB)
----tests()
--------index.test.ts(8KB)
----.prettierrc(132B)
----yarn.lock(71KB)