Function ibc_core::channel::handler::send_packet_validate
source · pub fn send_packet_validate(
ctx_a: &impl SendPacketValidationContext,
packet: &Packet
) -> Result<(), ContextError>Expand description
Validate that sending the given packet would succeed.