MsgConnectionOpenConfirm defines a msg sent by a Relayer to Chain B to acknowledge the change of connection state to OPEN on Chain A.

interface MsgConnectionOpenConfirm {
    connectionId: string;
    proofAck: Uint8Array;
    proofHeight: undefined | Height;
    signer: string;
}

Properties

connectionId: string
proofAck: Uint8Array

proof for the change of the connection state on Chain A: INIT -> OPEN

proofHeight: undefined | Height
signer: string