Interface ContractCodeHistoryEntryProtoMsg

interface ContractCodeHistoryEntryProtoMsg {
    typeUrl: "/cosmwasm.wasm.v1.ContractCodeHistoryEntry";
    value: Uint8Array;
}

Properties

Properties

typeUrl: "/cosmwasm.wasm.v1.ContractCodeHistoryEntry"
value: Uint8Array