Function ibc_query::core::channel::query_next_sequence_send
source ยท pub fn query_next_sequence_send<I>(
ibc_ctx: &I,
request: &QueryNextSequenceSendRequest
) -> Result<QueryNextSequenceSendResponse, QueryError>where
I: ValidationContext + ProvableContext,Expand description
Queries for the next sequence to send for the channel specified
in the request.