cosmwasm-stargate: Use search types/helpers from stargate

This commit is contained in:
willclarktech 2021-03-24 17:54:00 +01:00
parent 0c454ac555
commit 9154b329a7
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -7,25 +7,23 @@ import {
JsonObject,
} from "@cosmjs/cosmwasm-launchpad";
import { fromAscii, toHex } from "@cosmjs/encoding";
import {
Block,
isSearchByHeightQuery,
isSearchBySentFromOrToQuery,
isSearchByTagsQuery,
SearchTxFilter,
SearchTxQuery,
} from "@cosmjs/launchpad";
import { Uint53 } from "@cosmjs/math";
import {
Account,
accountFromAny,
AuthExtension,
BankExtension,
Block,
BroadcastTxResponse,
Coin,
coinFromProto,
IndexedTx,
isSearchByHeightQuery,
isSearchBySentFromOrToQuery,
isSearchByTagsQuery,
QueryClient,
SearchTxFilter,
SearchTxQuery,
SequenceResponse,
setupAuthExtension,
setupBankExtension,