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

interface MsgConnectionOpenConfirmAmino {
    connection_id?: string;
    proof_ack?: string;
    proof_height?: HeightAmino;
    signer?: string;
}

Properties

connection_id?: string
proof_ack?: string

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

proof_height?: HeightAmino
signer?: string