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

interface MsgChannelOpenConfirm {
    channelId: string;
    portId: string;
    proofAck: Uint8Array;
    proofHeight: undefined | Height;
    signer: string;
}

Properties

channelId: string
portId: string
proofAck: Uint8Array
proofHeight: undefined | Height
signer: string