interface QueryChannelsRequestAminoMsg {
    type: "cosmos-sdk/QueryChannelsRequest";
    value: QueryChannelsRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelsRequest"