Interface ContractCodeHistoryEntryAminoMsg

interface ContractCodeHistoryEntryAminoMsg {
    type: "wasm/ContractCodeHistoryEntry";
    value: ContractCodeHistoryEntryAmino;
}

Properties

Properties

type: "wasm/ContractCodeHistoryEntry"