mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +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`
|
- @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
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user