Use ContractCodeHistoryEntry instead of ContractDetails in the CLI
This commit is contained in:
parent
b92405108a
commit
51acfc48f6
@ -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,
|
||||
|
||||
1
packages/cosmwasm/types/index.d.ts
vendored
1
packages/cosmwasm/types/index.d.ts
vendored
@ -8,6 +8,7 @@ export {
|
||||
Code,
|
||||
CodeDetails,
|
||||
Contract,
|
||||
ContractCodeHistoryEntry,
|
||||
CosmWasmClient,
|
||||
GetSequenceResult,
|
||||
SearchByHeightQuery,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user