Update CHANGELOG for stargate encode objects

This commit is contained in:
willclarktech
2021-04-20 12:34:59 +02:00
parent c9044cdab1
commit 04f88ac05c
+4
View File
@@ -75,6 +75,10 @@ and this project adheres to
now include `gasUsed` and `gasWanted` properties.
- @cosmjs/proto-signing: Export `DecodeObject` and `TxBodyEncodeObject`
interfaces as well as `isTxBodyEncodeObject` helper function.
- @cosmjs/stargate: Add `MsgDelegateEncodeObject`, `MsgSendEncodeObject`,
`MsgTransferEncodeObject`, `MsgUndelegateEncodeObject` and
`MsgWithdrawDelegatorRewardEncodeObject` interfaces as well as
`isMsgDelegateEncodeObject` etc helpers.
### Changed