ChannelOpenAckDowncall: ChannelOpenDowncallBase & {
    packet: Pick<IBCPacket,
        | "destination_port"
        | "source_port"
        | "destination_channel"
        | "source_channel">;
}