Interface QueryConnectionsResponseAminoMsg

interface QueryConnectionsResponseAminoMsg {
    type: "cosmos-sdk/QueryConnectionsResponse";
    value: QueryConnectionsResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionsResponse"