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

Type declaration

  • packet: Pick<IBCPacket, "destination_port" | "source_port" | "destination_channel" | "source_channel">