Interface QueryContractHistoryRequestAminoMsg

interface QueryContractHistoryRequestAminoMsg {
    type: "wasm/QueryContractHistoryRequest";
    value: QueryContractHistoryRequestAmino;
}

Properties

Properties

type: "wasm/QueryContractHistoryRequest"