Use ContractCodeHistoryEntry instead of ContractDetails in the CLI

This commit is contained in:
Simon Warta
2020-07-28 14:54:37 +02:00
parent b92405108a
commit 51acfc48f6
4 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export function main(originalArgs: readonly string[]): void {
"Code",
"CodeDetails",
"Contract",
"ContractDetails",
"ContractCodeHistoryEntry",
"CosmWasmClient",
"GetSequenceResult",
"SearchByHeightQuery",
+1
View File
@@ -401,6 +401,7 @@ export class CosmWasmClient {
label: result.label,
};
}
/**
* Throws an error if no contract was found at the address
*/
+1
View File
@@ -9,6 +9,7 @@ export {
Code,
CodeDetails,
Contract,
ContractCodeHistoryEntry,
CosmWasmClient,
GetSequenceResult,
SearchByHeightQuery,
+1
View File
@@ -8,6 +8,7 @@ export {
Code,
CodeDetails,
Contract,
ContractCodeHistoryEntry,
CosmWasmClient,
GetSequenceResult,
SearchByHeightQuery,