We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e81f5f5 commit a22ceffCopy full SHA for a22ceff
src/bridge.rs
@@ -1,6 +1,7 @@
1
use crate::intent::TransferIntent;
2
use crate::proof::CompletionProof;
3
use crate::state_machine::{IntentState, TransitionEvent};
4
+use crate::intent::Amount;
5
6
pub fn apply_completion_proof(
7
state: IntentState,
0 commit comments