Skip to content

Commit 4cab469

Browse files
committed
docs: update sdk reference
1 parent 73b24d1 commit 4cab469

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/3_guides/1.3_SDK_api_reference_aggregation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Checks if the proof has been verified with Aligned and is included in the batch
88

99
```rust
1010
pub async fn is_proof_verified_in_aggregation_mode(
11-
proof_data: ProofData,
11+
verification_data: AggregationModeVerificationData,
1212
network: Network,
1313
eth_rpc_url: &str
1414
beacon_client_url: &str,
@@ -18,7 +18,7 @@ pub async fn is_proof_verified_in_aggregation_mode(
1818

1919
#### Arguments
2020

21-
- `proof_data` - The proof data needed based on the provided proving system.
21+
- `verification_data` - The verification data needed based on the provided proving system.
2222
- `network` - The network on which the verification will be done (`devnet | holesky | mainnet`)
2323
- `eth_rpc_url` - The URL of the Ethereum RPC node.
2424

0 commit comments

Comments
 (0)