This website requires JavaScript.
Explore
Help
Sign In
npm
/
tic-traction
Watch
1
Star
0
Fork
0
You've already forked tic-traction
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
时光链.事务库(已废弃):供前后端调用,前端用来创建并签名事务,后台用来验证、准备、执行事务。
8
Commits
3
Branches
9
Tags
109
KiB
JavaScript
100%
e2a0738a80
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
luk.lu
e2a0738a80
把 this._class = 'ActionTransfer' 改为 this._class = this.constructor.name,这才是标准写法,不知道为何ActionTranfer用了字符串。
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