We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4192fd commit 3201aa0Copy full SHA for 3201aa0
src/lib.rs
@@ -7,6 +7,7 @@ pub mod state_machine;
7
pub mod intent;
8
pub mod proof;
9
pub mod bridge;
10
+pub mod intent_binding;
11
12
/// Re-export the core intent type for easier use.
13
pub use intent::TransferIntent;
0 commit comments