EOS-RC-Parser:EOS Ricardian合约解析器

时间:2024-05-31 16:23:36
【文件属性】:

文件名称:EOS-RC-Parser:EOS Ricardian合约解析器

文件大小:28KB

文件格式:ZIP

更新时间:2024-05-31 16:23:36

JavaScript

EOS Ricardian合约解析器 该库剥离了{{ param }}标签,并将其替换为来自事务本身的数据。 安装 npm i -S eos-rc-parser 用法 const parser = require ( 'eos-rc-parser' ) ; from eosjs signProvider . . . signargs . transaction . actions . map ( async action => { const abi = await eos . contract ( contractAccountName ) ; const data = abi . fc . fromBuffer ( action . name , action . data ) ; const actionAbi = abi . fc . abi . actio


【文件预览】:
EOS-RC-Parser-master
----.gitignore(18B)
----package.json(634B)
----package-lock.json(70KB)
----src()
--------parser.js(3KB)
----LICENSE.md(1KB)
----README.md(2KB)
----lib()
--------index.js(3KB)
----.npmignore(24B)
----test()
--------data()
--------parser.spec.js(3KB)

网友评论