pub type IbcChannelOpenResponse = Option<Ibc3ChannelOpenResponse>;
Expand description

This serializes either as “null” or a JSON object.

Aliased Type§

enum IbcChannelOpenResponse {
    None,
    Some(Ibc3ChannelOpenResponse),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Ibc3ChannelOpenResponse)

Some value of type T.