MsgTimeoutOnClose timed-out packet upon counterparty channel closure.

interface MsgTimeoutOnClose {
    nextSequenceRecv: bigint;
    packet: undefined | Packet;
    proofClose: Uint8Array;
    proofHeight: undefined | Height;
    proofUnreceived: Uint8Array;
    signer: string;
}

Properties

nextSequenceRecv: bigint
packet: undefined | Packet
proofClose: Uint8Array
proofHeight: undefined | Height
proofUnreceived: Uint8Array
signer: string