IbcChannelQueryClient..::..UnreceivedPackets Method

UnreceivedPackets returns all the unreceived IBC packets associated with a channel and sequences.

Namespace:  SecretNET.Query
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public Task<QueryUnreceivedPacketsResponse> UnreceivedPackets(
	QueryUnreceivedPacketsRequest request
)

Parameters

request
Type: QueryUnreceivedPacketsRequest
The request.

Return Value

QueryUnreceivedPacketsResponse.