From 04f88ac05c8f0c4bb80db6c4fa09a1a7c229da16 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 15 Apr 2021 14:23:40 +0200 Subject: [PATCH] Update CHANGELOG for stargate encode objects --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b25c3d87..8b829de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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