Type alias IbcChannelConnectMsg

IbcChannelConnectMsg: {
    open_ack: {
        channel: IbcChannel;
        counterparty_version: string;
    };
} | {
    open_confirm: {
        channel: IbcChannel;
    };
}

Type declaration

  • open_ack: {
        channel: IbcChannel;
        counterparty_version: string;
    }

Type declaration

Generated using TypeDoc