Interface QueryChannelClientStateResponseAminoMsg

interface QueryChannelClientStateResponseAminoMsg {
    type: "cosmos-sdk/QueryChannelClientStateResponse";
    value: QueryChannelClientStateResponseAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelClientStateResponse"