pub fn query_packet_receipt<I>(
ibc_ctx: &I,
request: &QueryPacketReceiptRequest,
) -> Result<QueryPacketReceiptResponse, QueryError>where
I: ValidationContext + ProvableContext,
Expand description
Queries for the packet receipt associated with a channel by the given sequence, channel, and port ids