IBCPacket: {
    data: Bytes;
    destination_channel: IBCChannelID;
    destination_port: IBCPortID;
    sequence?: number;
    source_channel: IBCChannelID;
    source_port: IBCPortID;
    timeout_height?: number;
    timeout_timestamp?: number;
}

Type declaration