Function send_packet_execute

Source
pub fn send_packet_execute(
    ctx_a: &mut impl SendPacketExecutionContext,
    packet: Packet,
) -> Result<(), ChannelError>
Expand description

Send the packet without any validation.

A prior call to send_packet_validate MUST have succeeded.