MsgTimeout receives timed-out packet

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

Properties

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