From 502e980b4ff1c73fe2b93b107ee1352f08cec27d Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 26 Jan 2021 15:56:11 +0000 Subject: [PATCH] launchpad: Export distribution msgs --- packages/launchpad/src/index.ts | 8 ++++++++ packages/launchpad/types/index.d.ts | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/packages/launchpad/src/index.ts b/packages/launchpad/src/index.ts index 52990a9d4d..5d2647c706 100644 --- a/packages/launchpad/src/index.ts +++ b/packages/launchpad/src/index.ts @@ -104,17 +104,25 @@ export { isMsgCreateValidator, isMsgDelegate, isMsgEditValidator, + isMsgFundCommunityPool, isMsgMultiSend, isMsgSend, + isMsgSetWithdrawAddress, isMsgUndelegate, + isMsgWithdrawDelegatorReward, + isMsgWithdrawValidatorCommission, Msg, MsgBeginRedelegate, MsgCreateValidator, MsgDelegate, MsgEditValidator, + MsgFundCommunityPool, MsgMultiSend, MsgSend, + MsgSetWithdrawAddress, MsgUndelegate, + MsgWithdrawDelegatorReward, + MsgWithdrawValidatorCommission, } from "./msgs"; export { decodeAminoPubkey, diff --git a/packages/launchpad/types/index.d.ts b/packages/launchpad/types/index.d.ts index e0a1863fd1..44e906e2ea 100644 --- a/packages/launchpad/types/index.d.ts +++ b/packages/launchpad/types/index.d.ts @@ -102,17 +102,25 @@ export { isMsgCreateValidator, isMsgDelegate, isMsgEditValidator, + isMsgFundCommunityPool, isMsgMultiSend, isMsgSend, + isMsgSetWithdrawAddress, isMsgUndelegate, + isMsgWithdrawDelegatorReward, + isMsgWithdrawValidatorCommission, Msg, MsgBeginRedelegate, MsgCreateValidator, MsgDelegate, MsgEditValidator, + MsgFundCommunityPool, MsgMultiSend, MsgSend, + MsgSetWithdrawAddress, MsgUndelegate, + MsgWithdrawDelegatorReward, + MsgWithdrawValidatorCommission, } from "./msgs"; export { decodeAminoPubkey,