Skip to content

Commit

Permalink
Add IbcChannelOpenResponse docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Nov 6, 2023
1 parent fadab6e commit 0b903fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/std/src/ibc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,9 @@ impl From<IbcChannelOpenMsg> 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<Ibc3ChannelOpenResponse>;

#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, Eq, JsonSchema)]
Expand Down

0 comments on commit 0b903fd

Please sign in to comment.