From b6c4d2ab02a51b77d97a8122e8107495bdd5dbfc Mon Sep 17 00:00:00 2001 From: Harry Solovay Date: Wed, 2 Oct 2024 11:40:50 -0400 Subject: [PATCH] add snapshot for block --- tests/block.rs | 3 +- tests/snapshots/block__specified.snap | 2577 +++++++++++++++++++++++++ 2 files changed, 2579 insertions(+), 1 deletion(-) create mode 100644 tests/snapshots/block__specified.snap diff --git a/tests/block.rs b/tests/block.rs index 03af2b8..903ce85 100644 --- a/tests/block.rs +++ b/tests/block.rs @@ -2,6 +2,7 @@ use std::sync::OnceLock; use anyhow::Result; use futures::{stream::FuturesUnordered, StreamExt}; +use insta::assert_debug_snapshot; use mina_mesh::{ BlockRequest, BlockResponse, MinaMeshConfig, MinaMeshError, NetworkIdentifier, PartialBlockIdentifier, }; @@ -20,6 +21,7 @@ async fn specified() -> Result<()> { } maybe_prev = Some(resolved); } + assert_debug_snapshot!(maybe_prev); Ok(()) } @@ -49,7 +51,6 @@ fn network_identifier() -> &'static NetworkIdentifier { async fn unspecified() -> Result<()> { let mina_mesh = MinaMeshConfig::default().to_mina_mesh().await?; let result = mina_mesh.block(BlockRequest::new(network_identifier().to_owned(), PartialBlockIdentifier::new())).await; - println!("HELLO: {:?}", result); assert!(result.is_ok()); Ok(()) } diff --git a/tests/snapshots/block__specified.snap b/tests/snapshots/block__specified.snap new file mode 100644 index 0000000..c7b4b65 --- /dev/null +++ b/tests/snapshots/block__specified.snap @@ -0,0 +1,2577 @@ +--- +source: tests/block.rs +expression: maybe_prev +--- +Some( + Ok( + BlockResponse { + block: Some( + Block { + block_identifier: BlockIdentifier { + index: 375991, + hash: "3NKAyx2FuWx3jqtkpigndDRoyydQSUozPYix3hw3FWhZc8iUWwTP", + }, + parent_block_identifier: BlockIdentifier { + index: 375990, + hash: "3NK52dBHg4HELVhqMGuLonyCiHreiD6BXxAZSBmzjNnbNMrdvh5v", + }, + timestamp: 1722725820000, + transactions: [ + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JuF58kLXaW9cMRAM5AviaRVUNK3aArLN6jxxbY9JyVz7RcnjgZv", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qntsJ1p1ECs3jLoBByBHkt74G8VM4Q5Uv82e1xa2NtUBbwdUpJR9", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "250000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qntsJ1p1ECs3jLoBByBHkt74G8VM4Q5Uv82e1xa2NtUBbwdUpJR9", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "13149444000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrDtZh2prv8NEUgmW376K6U2u7rtpWGar2MaQzroEcL9i69xLfbw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "13149444000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jtmx39tAzhx4Z6zxFrxGJzEP8U3gkPSukmT3LX9yjCsmN6N4LwU", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpLST3UC1rpVT6SHfB7wqW2iQgiopFAGfrcovPgLjgfpDUN2LLeg", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "95401000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpLST3UC1rpVT6SHfB7wqW2iQgiopFAGfrcovPgLjgfpDUN2LLeg", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnasrSvfAjsuHNpRgcyYw9coPDyQnUT16UDWqGFuQ5BTst7LFrD7", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Ju3dZ9iom6YrQsi1DPC6NzM5gpLe5NC8xURW2LbSnzfsYFXu4KH", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpLST3UC1rpVT6SHfB7wqW2iQgiopFAGfrcovPgLjgfpDUN2LLeg", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "95401000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpLST3UC1rpVT6SHfB7wqW2iQgiopFAGfrcovPgLjgfpDUN2LLeg", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnasrSvfAjsuHNpRgcyYw9coPDyQnUT16UDWqGFuQ5BTst7LFrD7", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jv7rq6pcts8TQm5R2SziD85aLWwFkRb7S1K3VypQeb42ixvRexH", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoXQhp63oNsLSN9Dy7wcF3PzLmdBnnin2rTnNWLbpgF7diABciU6", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "95401000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoXQhp63oNsLSN9Dy7wcF3PzLmdBnnin2rTnNWLbpgF7diABciU6", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qr6VeKCpYdqg7wZyside9EgzDxGMAPbfnMajPm4gH6TE7zf3Z3Xk", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JtwYGkYEawWg9Ww1tVKpUz3EY4SZVBsKZtAqvX6Cf2VmkhkrUF3", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoXQhp63oNsLSN9Dy7wcF3PzLmdBnnin2rTnNWLbpgF7diABciU6", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "95401000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoXQhp63oNsLSN9Dy7wcF3PzLmdBnnin2rTnNWLbpgF7diABciU6", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qr6VeKCpYdqg7wZyside9EgzDxGMAPbfnMajPm4gH6TE7zf3Z3Xk", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "85000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JuUdWNuk4Qr8LkunKouFJUNrmRznJVNam2ENez1GZP1q5bCCwgG", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "21001011", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "0", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnFCUtCu4bHJZGroNZvmq8ya1E9kAJkQGYnETh9E3CMHV98UvrPZ", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "0", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JuywuAvK9adJvfGwD8sXEPFBgjHvfrpwxzCQbVXbB1wijv1AmHq", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "21000005", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "0", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnFCUtCu4bHJZGroNZvmq8ya1E9kAJkQGYnETh9E3CMHV98UvrPZ", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "0", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Ju6aGg5PRHzw2fwg2QaYfnFmX5WeaBQscrcC7ZCdWPLWDNxBxYL", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "21001000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "55000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnFCUtCu4bHJZGroNZvmq8ya1E9kAJkQGYnETh9E3CMHV98UvrPZ", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "55000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jtah6bTfk16HwFanYS9JUVHSrfq4LSct62b6vnuStvESsRmVTa5", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "21001000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qrAWZFqvgJbfU95t1owLAMKtsDTAGgSZzsBJYUzeQZ7dQNMmG5vw", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "55000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnFCUtCu4bHJZGroNZvmq8ya1E9kAJkQGYnETh9E3CMHV98UvrPZ", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "55000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jtg1T9mzmfkwGoH97MD5uma5KDLnJg2MAay1AnKU1vsb1xSq34e", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Ju3Z8WGZTxGbufgvBVVGmUcMdRJmNJZKVnMApGgsDZa4X1Szvvu", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JvCfZH23MXjrqGVH7EXc5S3ee4MwqTgRaX5akap4JNmp7ep7vek", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JtWK6Jv3y2iQDq1ikrUNfWf8Nc5PyJQxCtQuiKfE1ABRFwUDLmr", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JvLtChRftJ1g5ibN3YtLdvU5bK9h9bveoyURM7inEfw4ajwxsbf", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JuUKT4goESyU49J8JAHvQ58iLvzuoUj4tAMKFZoGxPCxEBXwFGn", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jv8hdmz44CssU1LVD4a99S8C28oNkDX4MiXYCrVa3JEHdMQ1iCZ", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JttmDyScSo77BQvd1yckUyrzr9mkqwhqJV8E6bndHFzg6wJovaZ", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JuHeXyGFSr87GdMEUobZWCHJC6KsSvgnFjX52Yr7Zh5CjVXwgwW", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "17400000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qp69bsgUNySCY2wEYDCrRN3gdMB6cDSZGBucTzc9vUUH4jUoDSED", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qq6PqndihT5uoGAXzndoNgYSUMvUPmVqMQATusaoS1ZmCZRcM1ku", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "74000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jv9o4iyshYFWJYjWxykYDgdhTp9f3QmmqeDgmiYj7q73P69cM5h", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnEeb4KAp9WxdMxddHVtJ8gwfyJURG5BZZ6e4LsRjQKHNWqmgSWt", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "15859000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnEeb4KAp9WxdMxddHVtJ8gwfyJURG5BZZ6e4LsRjQKHNWqmgSWt", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "73060000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoVxygiYzqRCj4taZDbRJGY6xLvuzoiLdY5CpGm7L9Tz5cj2Qr6i", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "73060000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jv13YKkkF8cnBtDjnZPveZt1srjca9Jpm9P8iPKmAkScUZez1DE", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnEeb4KAp9WxdMxddHVtJ8gwfyJURG5BZZ6e4LsRjQKHNWqmgSWt", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "15683000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnEeb4KAp9WxdMxddHVtJ8gwfyJURG5BZZ6e4LsRjQKHNWqmgSWt", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "76420000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qoVxygiYzqRCj4taZDbRJGY6xLvuzoiLdY5CpGm7L9Tz5cj2Qr6i", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "76420000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Jv4wH5ADecmogG4s7pn8ud8gt1dfwpGyQHjNUjcj7xYBV2Y5CXr", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnXy1f75qq8c6HS2Am88Gk6UyvTHK3iSYh4Hb3nD6DS2eS6wZ4or", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "8710000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnXy1f75qq8c6HS2Am88Gk6UyvTHK3iSYh4Hb3nD6DS2eS6wZ4or", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "84990000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qqJ1AqK3YQmEEALdJeMw49438Sh6zuQ5cNWUYfCgRsPkduFE2uLU", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "84990000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5Juj2n1NowUcbmz462sPP3aoDus84HkY8KF7hq28qdx1TZxfMMeF", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnXy1f75qq8c6HS2Am88Gk6UyvTHK3iSYh4Hb3nD6DS2eS6wZ4or", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "5000000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qnXy1f75qq8c6HS2Am88Gk6UyvTHK3iSYh4Hb3nD6DS2eS6wZ4or", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "90486111", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qqJ1AqK3YQmEEALdJeMw49438Sh6zuQ5cNWUYfCgRsPkduFE2uLU", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "90486111", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JtiX3kseB6qebRCiyeigmuiTxNhQfWEQBTwdBPCFueFiY9SjV5g", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "1401000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "89999000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpV4EsWwwaoQo9PaVVxk7RNPopWDEd3u4hZZgd83gXCPcuoDBrEz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "89999000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JtpvYebhneMcZ9iTaozUKViELaXNSP5vwAj34Np8ZFEs9HTggp8", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "24001000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "44999000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpV4EsWwwaoQo9PaVVxk7RNPopWDEd3u4hZZgd83gXCPcuoDBrEz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "44999000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + Transaction { + transaction_identifier: TransactionIdentifier { + hash: "5JtoEyG9HC1viU8ASjgphG85JC5g7Ycbk5KR61fBT37fT4WHcT1p", + }, + operations: [ + Operation { + operation_identifier: OperationIdentifier { + index: 0, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "4801000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 2, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qov9yv8TayLteD6SDXvxyYtmn3KkUoozAbs47fVo9JZSpcynbzTz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "50399000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + Operation { + operation_identifier: OperationIdentifier { + index: 3, + network_index: None, + }, + related_operations: None, + type: "", + status: Some( + "Applied", + ), + account: Some( + AccountIdentifier { + address: "B62qpV4EsWwwaoQo9PaVVxk7RNPopWDEd3u4hZZgd83gXCPcuoDBrEz", + sub_account: None, + metadata: None, + }, + ), + amount: Some( + Amount { + value: "50399000", + currency: Currency { + symbol: "mina", + decimals: 9, + metadata: None, + }, + metadata: None, + }, + ), + coin_change: None, + metadata: None, + }, + ], + related_transactions: None, + metadata: None, + }, + ], + metadata: None, + }, + ), + other_transactions: None, + }, + ), +)