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

interface MsgChannelCloseConfirm {
    channelId: string;
    portId: string;
    proofHeight: undefined | Height;
    proofInit: Uint8Array;
    signer: string;
}

Properties

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