Use ContractCodeHistoryEntry instead of ContractDetails in the CLI
This commit is contained in:
@@ -39,7 +39,7 @@ export function main(originalArgs: readonly string[]): void {
|
||||
"Code",
|
||||
"CodeDetails",
|
||||
"Contract",
|
||||
"ContractDetails",
|
||||
"ContractCodeHistoryEntry",
|
||||
"CosmWasmClient",
|
||||
"GetSequenceResult",
|
||||
"SearchByHeightQuery",
|
||||
|
||||
@@ -401,6 +401,7 @@ export class CosmWasmClient {
|
||||
label: result.label,
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Throws an error if no contract was found at the address
|
||||
*/
|
||||
|
||||
@@ -9,6 +9,7 @@ export {
|
||||
Code,
|
||||
CodeDetails,
|
||||
Contract,
|
||||
ContractCodeHistoryEntry,
|
||||
CosmWasmClient,
|
||||
GetSequenceResult,
|
||||
SearchByHeightQuery,
|
||||
|
||||
Vendored
+1
@@ -8,6 +8,7 @@ export {
|
||||
Code,
|
||||
CodeDetails,
|
||||
Contract,
|
||||
ContractCodeHistoryEntry,
|
||||
CosmWasmClient,
|
||||
GetSequenceResult,
|
||||
SearchByHeightQuery,
|
||||
|
||||
Reference in New Issue
Block a user