From fb8e847c44df8abe448b449d85014b7a5c9e147b Mon Sep 17 00:00:00 2001 From: willclarktech Date: Thu, 15 Apr 2021 13:20:39 +0200 Subject: [PATCH] Update CHANGELOG for proto-signing encode object --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8653a1afd4..b25c3d87f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,8 @@ and this project adheres to include `gasUsed` and `gasWanted` properties. - @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` and `.getTx` results now include `gasUsed` and `gasWanted` properties. +- @cosmjs/proto-signing: Export `DecodeObject` and `TxBodyEncodeObject` + interfaces as well as `isTxBodyEncodeObject` helper function. ### Changed