MsgChannelOpenInit defines an sdk.Msg to initialize a channel handshake. It is called by a relayer on Chain A.

interface MsgChannelOpenInit {
    channel: undefined | Channel;
    portId: string;
    signer: string;
}

Properties

Properties

channel: undefined | Channel
portId: string
signer: string