We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b24d1 commit 4cab469Copy full SHA for 4cab469
1 file changed
docs/3_guides/1.3_SDK_api_reference_aggregation.md
@@ -8,7 +8,7 @@ Checks if the proof has been verified with Aligned and is included in the batch
8
9
```rust
10
pub async fn is_proof_verified_in_aggregation_mode(
11
- proof_data: ProofData,
+ verification_data: AggregationModeVerificationData,
12
network: Network,
13
eth_rpc_url: &str
14
beacon_client_url: &str,
@@ -18,7 +18,7 @@ pub async fn is_proof_verified_in_aggregation_mode(
18
19
#### Arguments
20
21
-- `proof_data` - The proof data needed based on the provided proving system.
+- `verification_data` - The verification data needed based on the provided proving system.
22
- `network` - The network on which the verification will be done (`devnet | holesky | mainnet`)
23
- `eth_rpc_url` - The URL of the Ethereum RPC node.
24
0 commit comments