时光链.事务库(已废弃):供前后端调用,前端用来创建并签名事务,后台用来验证、准备、执行事务。
Go to file
2019-04-09 09:25:58 +08:00
.gitignore 从tic.common转化而来,彻底脱离对 Base/*, _Ling.js 的依赖,只保留并提供 Action及其子类。 2018-11-27 10:42:05 +08:00
Action.js 重命名 ActTransfer 为 ActionTransfer; 2019-04-09 09:06:33 +08:00
ActionTransfer.js 把 this._class = 'ActionTransfer' 改为 this._class = this.constructor.name,这才是标准写法,不知道为何ActionTranfer用了字符串。 2019-04-09 09:25:58 +08:00
index.js 重命名 ActTransfer 为 ActionTransfer; 2019-04-09 09:06:33 +08:00
package.json 升级库版本到 #20190109_preview 供测试 2019-01-09 14:07:44 +08:00