Update CHANGELOG for new SigningStargateClient methods

This commit is contained in:
willclarktech 2021-03-25 12:38:41 +01:00
parent 5032acf4ce
commit 5c2deafc8c
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -46,6 +46,8 @@ and this project adheres to
not connect to Tendermint. This allows offline signing.
- @cosmjs/stargate: Add `makeMultisignedTx` which allows you to assemble a
transaction signed by a multisig account.
- @cosmjs/stargate: Add `delegateTokens`, `undelegateTokens` and
`withdrawRewards` methods to `SigningStargateClient`.
### Changed