IbcChannelOpenMsg: {
    open_init: {
        channel: IbcChannel;
    };
} | {
    open_try: {
        channel: IbcChannel;
        counterparty_version: string;
    };
}

Type declaration

Type declaration

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

Generated using TypeDoc