From 044c2175d69d9c3eed3b441998ed04d740193a74 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Tue, 9 Apr 2019 20:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A0=E9=94=99=EF=BC=9A=E5=AE=8C=E5=96=84?= =?UTF-8?q?=20index.js=20=E8=BF=94=E5=9B=9E=E6=89=80=E6=9C=89=20ActionXxx?= =?UTF-8?q?=20=E5=AD=90=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 62cdb2d..08a551d 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,15 @@ const Action = require('./Action.js') const ActionTransfer = require('./ActionTransfer.js') +const ActionStore = require('./ActionStore.js') +const ActionMultisig = require('./ActionMultisig.js') +const ActionLockProof = require('./ActionLockProof.js') +const ActionTac = require('./ActionTac.js') + module.exports = { Action, - ActionTransfer + ActionTransfer, + ActionStore, + ActionMultisig, + ActionLockProof, + ActionTac } \ No newline at end of file