不在 index.js 里引入 Action.js,避免循环引入。

This commit is contained in:
Luk Lu
2020-02-27 15:27:04 +08:00
parent e59f2d92f5
commit a2c7592847
3 changed files with 8 additions and 5 deletions

View File

@@ -197,6 +197,8 @@ MOM.executeMe = async function () {
DAD.pendingPool = {} // 存放所有待签名的多重签名账户交易
DAD.api = {}
/* 为挂起状态的多重签名交易提供查询服务 */
DAD.api.pendingAction = function (option) {
return DAD.pendingPool[option.id]