hyperion-api:Hyperion历史记录HTTP API

时间:2021-05-17 08:40:37
【文件属性】:
文件名称:hyperion-api:Hyperion历史记录HTTP API
文件大小:140KB
文件格式:ZIP
更新时间:2021-05-17 08:40:37
TypeScript Hyperion HTTP API Javascript库 安装 使用纱线: yarn add @eoscafe/hyperion 或使用NPM: npm install --save @eoscafe/hyperion 快速开始 普通JS const { JsonRpc } = require ( "@eoscafe/hyperion" ) const fetch = require ( "isomorphic-fetch" ) const endpoint = "https://eos.hyperion.eosrio.io" const rpc = new JsonRpc ( endpoint , { fetch } ) 打字稿 import { JsonRpc } from "@eoscafe/hyperion" import fetch from "isomorphi
【文件预览】:
hyperion-api-master
----package.json(1KB)
----tslint.json(397B)
----__tests__()
--------jsonrpc.test.ts(3KB)
----jest.config.js(68B)
----LICENSE(1KB)
----package-lock.json(374KB)
----src()
--------jsonrpc.ts(16KB)
--------rpcerror.ts(952B)
--------endpoints.ts(863B)
--------types()
----tsconfig.json(1KB)
----examples()
--------get_transfers.ts(360B)
--------rpc.ts(196B)
--------get_tokens.ts(307B)
--------get_key_accounts.ts(262B)
--------get_transaction.ts(351B)
--------get_creator.ts(279B)
--------get_actions.ts(380B)
--------alive.ts(180B)
--------get_abi_snapshot.ts(416B)
--------get_transacted_accounts.ts(287B)
----.gitignore(932B)
----README.md(29KB)
----yarn.lock(103KB)
----.eslintignore(932B)
----index.ts(214B)

网友评论