We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db25392 commit a168650Copy full SHA for a168650
1 file changed
batcher/aligned-batcher/src/types/non_paying.rs
@@ -1,6 +1,6 @@
1
+use aligned_sdk::common::types::NoncedVerificationData;
2
use ethers::types::{Address, Signature};
3
use serde::{Deserialize, Serialize};
-use aligned_sdk::common::types::NoncedVerificationData;
4
5
#[derive(Serialize, Deserialize, Clone, Debug)]
6
pub struct NonPayingData {
0 commit comments