diff --git a/packages/launchpad/src/index.ts b/packages/launchpad/src/index.ts index 52990a9d..5d2647c7 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 e0a1863f..44e906e2 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,