launchpad: Export bank and staking Msg types/checkers

This commit is contained in:
willclarktech 2021-01-12 13:02:52 +00:00
parent a1ca6924a3
commit 79cd8c0109
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 34 additions and 2 deletions

View File

@ -99,7 +99,23 @@ export {
uint64ToNumber,
uint64ToString,
} from "./lcdapi";
export { isMsgDelegate, isMsgSend, Msg, MsgDelegate, MsgSend } from "./msgs";
export {
isMsgBeginRedelegate,
isMsgCreateValidator,
isMsgDelegate,
isMsgEditValidator,
isMsgMultiSend,
isMsgSend,
isMsgUndelegate,
Msg,
MsgBeginRedelegate,
MsgCreateValidator,
MsgDelegate,
MsgEditValidator,
MsgMultiSend,
MsgSend,
MsgUndelegate,
} from "./msgs";
export {
decodeAminoPubkey,
decodeBech32Pubkey,

View File

@ -97,7 +97,23 @@ export {
uint64ToNumber,
uint64ToString,
} from "./lcdapi";
export { isMsgDelegate, isMsgSend, Msg, MsgDelegate, MsgSend } from "./msgs";
export {
isMsgBeginRedelegate,
isMsgCreateValidator,
isMsgDelegate,
isMsgEditValidator,
isMsgMultiSend,
isMsgSend,
isMsgUndelegate,
Msg,
MsgBeginRedelegate,
MsgCreateValidator,
MsgDelegate,
MsgEditValidator,
MsgMultiSend,
MsgSend,
MsgUndelegate,
} from "./msgs";
export {
decodeAminoPubkey,
decodeBech32Pubkey,