pub type IbcChannelOpenResponse = Option<Ibc3ChannelOpenResponse>;
Expand description

This serializes either as null or a JSON object. Within the response, a channel version can be specified. If null is provided instead, the incoming channel version is accepted.

Aliased Type§

enum IbcChannelOpenResponse {
    None,
    Some(Ibc3ChannelOpenResponse),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Ibc3ChannelOpenResponse)

Some value of type T.