@cosmology/types
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@cosmology/types", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Telescope types", | ||
@@ -62,3 +62,3 @@ "author": "Dan Lynch <pyramation@gmail.com>", | ||
}, | ||
"gitHead": "e1c0f4f0fd7461440b4f8b9f418b41c1e023eb7a" | ||
"gitHead": "afa477a0378b0f02a2b5732c92533b6c32784eb3" | ||
} |
@@ -174,3 +174,3 @@ import { TSBuilderInput } from '@cosmwasm/ts-codegen'; | ||
}; | ||
Tx?: { | ||
Msg?: { | ||
[key: string]: string; | ||
@@ -177,0 +177,0 @@ }; |
21778