Interface QueryContractsByCreatorResponseAminoMsg

interface QueryContractsByCreatorResponseAminoMsg {
    type: "wasm/QueryContractsByCreatorResponse";
    value: QueryContractsByCreatorResponseAmino;
}

Properties

Properties

type: "wasm/QueryContractsByCreatorResponse"