IbcChannelCloseMsg: {
    close_init: {
        channel: IbcChannel;
    };
} | {
    close_confirm: {
        channel: IbcChannel;
    };
}

Type declaration

Type declaration

Generated using TypeDoc