mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Export SearchByTagsQuery
This commit is contained in:
parent
ab823d91ed
commit
6bc26a8429
@ -56,6 +56,7 @@ export function main(originalArgs: readonly string[]): void {
|
||||
"SearchByHeightQuery",
|
||||
"SearchByIdQuery",
|
||||
"SearchBySentFromOrToQuery",
|
||||
"SearchByTagsQuery",
|
||||
"SearchTxQuery",
|
||||
"SearchTxFilter",
|
||||
// signingcosmwasmclient
|
||||
|
@ -21,6 +21,7 @@ export {
|
||||
SearchByHeightQuery,
|
||||
SearchByIdQuery,
|
||||
SearchBySentFromOrToQuery,
|
||||
SearchByTagsQuery,
|
||||
SearchTxQuery,
|
||||
SearchTxFilter,
|
||||
} from "./cosmwasmclient";
|
||||
|
1
packages/sdk/types/index.d.ts
vendored
1
packages/sdk/types/index.d.ts
vendored
@ -20,6 +20,7 @@ export {
|
||||
SearchByHeightQuery,
|
||||
SearchByIdQuery,
|
||||
SearchBySentFromOrToQuery,
|
||||
SearchByTagsQuery,
|
||||
SearchTxQuery,
|
||||
SearchTxFilter,
|
||||
} from "./cosmwasmclient";
|
||||
|
Loading…
x
Reference in New Issue
Block a user