Skip to content

Commit

Permalink
Expose memo related structs
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 25, 2024
1 parent 6edafe7 commit b80a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packet-forward/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use ibc_primitives::prelude::*;
use ibc_primitives::Signer;

#[doc(inline)]
pub use self::msg::Duration;
pub use self::msg::{Duration, ForwardMetadata, PacketMetadata};
#[doc(inline)]
pub use self::state::{InFlightPacket, InFlightPacketKey};

Expand Down

0 comments on commit b80a4fb

Please sign in to comment.