mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 13:47:12 +00:00
Export AminoMsgTransfer and isAminoMsgTransfer
This commit is contained in:
parent
52c9fba613
commit
21f8fd497e
@ -19,6 +19,7 @@ and this project adheres to
|
||||
- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.executeMultiple`
|
||||
([#1072]).
|
||||
- @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
|
||||
[#1154]: https://github.com/cosmos/cosmjs/issues/1154
|
||||
|
@ -14,6 +14,7 @@ export {
|
||||
AminoMsgSetWithdrawAddress,
|
||||
AminoMsgSubmitEvidence,
|
||||
AminoMsgSubmitProposal,
|
||||
AminoMsgTransfer,
|
||||
AminoMsgUndelegate,
|
||||
AminoMsgUnjail,
|
||||
AminoMsgVerifyInvariant,
|
||||
@ -38,6 +39,7 @@ export {
|
||||
isAminoMsgSetWithdrawAddress,
|
||||
isAminoMsgSubmitEvidence,
|
||||
isAminoMsgSubmitProposal,
|
||||
isAminoMsgTransfer,
|
||||
isAminoMsgUndelegate,
|
||||
isAminoMsgUnjail,
|
||||
isAminoMsgVerifyInvariant,
|
||||
|
Loading…
x
Reference in New Issue
Block a user