ethereumjs util:以太坊实用程序功能的集合 源码
概要 以太坊实用程序功能的集合。 它可以在Node.js和带有的浏览器中使用。 安装 npm install ethereumjs-util 用法 import assert from 'assert' import { isValidChecksumAddress , unpadBuffer , BN } from 'ethereumjs-util' const address = '0x2F015C60E0be116B1f0CD534704Db9c92118FB6A' assert . ok ( isValidChecksumAddress ( address ) ) assert .
文件列表
ethereumjs-util-master.zip
(预估有个53文件)
ethereumjs-util-master
tsconfig.prod.json
116B
.gitignore
1KB
package.json
3KB
tslint.json
45B
src
@types
ethjs-util
index.ts
2KB
hash.ts
4KB
暂无评论