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

interface MsgChannelCloseConfirmAmino {
    channel_id?: string;
    port_id?: string;
    proof_height?: HeightAmino;
    proof_init?: string;
    signer?: string;
}

Properties

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