Use *PostTx* types and helpers from sdk38 in cosmwasm

This commit is contained in:
Simon Warta
2020-07-28 11:48:20 +02:00
parent 31ca949a8c
commit 939b2b9964
11 changed files with 21 additions and 60 deletions
+1 -1
View File
@@ -42,7 +42,6 @@ export function main(originalArgs: readonly string[]): void {
"ContractDetails",
"CosmWasmClient",
"GetSequenceResult",
"PostTxResult",
"SearchByHeightQuery",
"SearchByIdQuery",
"SearchBySentFromOrToQuery",
@@ -98,6 +97,7 @@ export function main(originalArgs: readonly string[]): void {
"MsgSend",
"LcdClient",
"OfflineSigner",
"PostTxResult",
"PubKey",
"pubkeyToAddress",
"Secp256k1Wallet",