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

interface MsgChannelOpenConfirmAmino {
    channel_id?: string;
    port_id?: string;
    proof_ack?: string;
    proof_height?: HeightAmino;
    signer?: string;
}

Properties

channel_id?: string
port_id?: string
proof_ack?: string
proof_height?: HeightAmino
signer?: string