Function ibc_core::channel::handler::send_packet
source · pub fn send_packet(
ctx_a: &mut impl SendPacketExecutionContext,
packet: Packet
) -> Result<(), ContextError>Expand description
Send the given packet, including all necessary validation.
Equivalent to calling send_packet_validate, followed by send_packet_execute