MsgChannelCloseInit defines a msg sent by a Relayer to Chain A to close a channel with Chain B.

interface MsgChannelCloseInit {
    channelId: string;
    portId: string;
    signer: string;
}

Properties

channelId: string
portId: string
signer: string