Interface QueryChannelClientStateRequestAminoMsg

interface QueryChannelClientStateRequestAminoMsg {
    type: "cosmos-sdk/QueryChannelClientStateRequest";
    value: QueryChannelClientStateRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelClientStateRequest"