Interface QueryContractInfoRequestAminoMsg

interface QueryContractInfoRequestAminoMsg {
    type: "wasm/QueryContractInfoRequest";
    value: QueryContractInfoRequestAmino;
}

Properties

Properties

type: "wasm/QueryContractInfoRequest"