Interface QueryAllContractStateResponseAminoMsg

interface QueryAllContractStateResponseAminoMsg {
    type: "wasm/QueryAllContractStateResponse";
    value: QueryAllContractStateResponseAmino;
}

Properties

Properties

type: "wasm/QueryAllContractStateResponse"