Interface QueryConnectionClientStateResponseAminoMsg

interface QueryConnectionClientStateResponseAminoMsg {
    type: "cosmos-sdk/QueryConnectionClientStateResponse";
    value: QueryConnectionClientStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryConnectionClientStateResponse"