Skip to content

Commit

Permalink
search tx zkapp fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-iohk committed Nov 28, 2024
1 parent cd6d63c commit 2860968
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/fixtures/search_transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,14 @@ pub fn search_transactions<'a>() -> CompareGroup<'a> {
limit: Some(5),
..Default::default()
}),
Box::new(SearchTransactionsRequest {
network_identifier: Box::new(NetworkIdentifier::new("mina".to_string(), "devnet".to_string())),
transaction_identifier: Some(Box::new(TransactionIdentifier::new(
// cspell:disable-next-line
"5JvFoEyvuPu9zmi4bDGbhqsakre2SPQU1KKbeh2Lk5uC9eYrc2h2".to_string(),
))),
limit: Some(1),
..Default::default()
}),
])
}

0 comments on commit 2860968

Please sign in to comment.