Interface QueryContractsByCreatorRequestAminoMsg

interface QueryContractsByCreatorRequestAminoMsg {
    type: "wasm/QueryContractsByCreatorRequest";
    value: QueryContractsByCreatorRequestAmino;
}

Properties

Properties

type: "wasm/QueryContractsByCreatorRequest"