diff --git a/packages/std/src/ibc.rs b/packages/std/src/ibc.rs index 9f2b113b17..ae77b6320d 100644 --- a/packages/std/src/ibc.rs +++ b/packages/std/src/ibc.rs @@ -298,7 +298,9 @@ impl From for IbcChannel { } } -/// This serializes either as "null" or a JSON object. +/// 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. pub type IbcChannelOpenResponse = Option; #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]