MsgTimeoutOnClose timed-out packet upon counterparty channel closure.

interface MsgTimeoutOnCloseAmino {
    next_sequence_recv?: string;
    packet?: PacketAmino;
    proof_close?: string;
    proof_height?: HeightAmino;
    proof_unreceived?: string;
    signer?: string;
}

Properties

next_sequence_recv?: string
packet?: PacketAmino
proof_close?: string
proof_height?: HeightAmino
proof_unreceived?: string
signer?: string