Export AminoMsgTransfer and isAminoMsgTransfer

This commit is contained in:
Simon Warta 2022-08-02 13:43:29 +02:00
parent 52c9fba613
commit 21f8fd497e
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ and this project adheres to
- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.executeMultiple` - @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.executeMultiple`
([#1072]). ([#1072]).
- @cosmjs/math: Add `{Uint32,Int53,Uint53,Uint64}.toBigInt` converter methods. - @cosmjs/math: Add `{Uint32,Int53,Uint53,Uint64}.toBigInt` converter methods.
- @cosmjs/stargate: Add missing exports `AminoMsgTransfer`/`isAminoMsgTransfer`.
[#1072]: https://github.com/cosmos/cosmjs/issues/1072 [#1072]: https://github.com/cosmos/cosmjs/issues/1072
[#1154]: https://github.com/cosmos/cosmjs/issues/1154 [#1154]: https://github.com/cosmos/cosmjs/issues/1154

View File

@ -14,6 +14,7 @@ export {
AminoMsgSetWithdrawAddress, AminoMsgSetWithdrawAddress,
AminoMsgSubmitEvidence, AminoMsgSubmitEvidence,
AminoMsgSubmitProposal, AminoMsgSubmitProposal,
AminoMsgTransfer,
AminoMsgUndelegate, AminoMsgUndelegate,
AminoMsgUnjail, AminoMsgUnjail,
AminoMsgVerifyInvariant, AminoMsgVerifyInvariant,
@ -38,6 +39,7 @@ export {
isAminoMsgSetWithdrawAddress, isAminoMsgSetWithdrawAddress,
isAminoMsgSubmitEvidence, isAminoMsgSubmitEvidence,
isAminoMsgSubmitProposal, isAminoMsgSubmitProposal,
isAminoMsgTransfer,
isAminoMsgUndelegate, isAminoMsgUndelegate,
isAminoMsgUnjail, isAminoMsgUnjail,
isAminoMsgVerifyInvariant, isAminoMsgVerifyInvariant,