Skip to content

Commit

Permalink
todo6
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 16, 2023
1 parent a8d3028 commit 0b84230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neutron-sdk/src/bindings/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ pub struct Packet {
/// IBC packet
/// TODO: do we need our own structure in order for it to pass through neutron
#[derive(Serialize, Deserialize, Clone, PartialEq, Eq, JsonSchema, Debug)]
#[serde(rename_all = "snake_case")]
pub struct Acknowledgement {
#[serde(rename = "Response")]
pub response: AcknowledgementResponse,
Expand Down

0 comments on commit 0b84230

Please sign in to comment.