@cosmology/types
Advanced tools
Comparing version 0.42.0 to 0.42.2
@@ -93,3 +93,4 @@ "use strict"; | ||
}, | ||
useLegacyInlineEncoding: true | ||
// TODO:: set default value here after v1.0 | ||
// useLegacyInlineEncoding: true | ||
}, | ||
@@ -96,0 +97,0 @@ lcdClients: { |
{ | ||
"name": "@cosmology/types", | ||
"version": "0.42.0", | ||
"version": "0.42.2", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "f22050e39c6e265266b18c9a472a813ec7a68c18" | ||
"gitHead": "9fd46c8c81407f09aa9918db77d244eec7c26856" | ||
} |
@@ -8,2 +8,1 @@ # @cosmology/types | ||
</p> | ||
@@ -109,2 +109,8 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
useLegacyInlineEncoding?: boolean; | ||
/** | ||
* legacy option, if useLegacyInlineEncoding is set, this will be ignored. | ||
* | ||
* @deprecated The logic of useRecursiveV2encoding will be deprecated after v1.0. | ||
*/ | ||
useRecursiveV2encoding?: boolean; | ||
}; | ||
@@ -111,0 +117,0 @@ lcdClients?: { |
20545
661
8