Update CHANGELOG for stargate encode objects

This commit is contained in:
willclarktech 2021-04-15 14:23:40 +02:00
parent c9044cdab1
commit 04f88ac05c
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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