interface QueryChannelRequestAminoMsg {
    type: "cosmos-sdk/QueryChannelRequest";
    value: QueryChannelRequestAmino;
}

Properties

Properties

type: "cosmos-sdk/QueryChannelRequest"