文件名称:ethereumjs-abi:以太坊ABI的解码器和编码器
文件大小:17KB
文件格式:ZIP
更新时间:2024-02-24 14:30:49
json ethereum rpc solidity abi
以太坊 用Javascript实现模块。 可以与RPC库进行通信,也可以与ethereumjs-vm一起使用以实现完整的模拟器。 用法 手动编码和解码 有三种感兴趣的方法: methodID创建函数签名 rawEncode编码字段和 rawDecode解码字段 示例代码: var abi = require ( 'ethereumjs-abi' ) // returns the encoded binary (as a Buffer) data to be sent var encoded = abi . rawEncode ( [ "address" ] , [ "0x00000000
【文件预览】:
ethereumjs-abi-master
----.github()
--------contributing.md(781B)
----lib()
--------index.js(17KB)
----.travis.yml(469B)
----LICENSE(1KB)
----test()
--------index.js(36KB)
----README.md(7KB)
----.gitignore(1KB)
----index.js(43B)
----CHANGELOG.md(3KB)
----package.json(1KB)