Skip to content

Commit

Permalink
remove unused rpc structs
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Jan 11, 2024
1 parent 96384e2 commit 5b56b51
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions prover/src/rpc_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,3 @@ pub struct CommitteeUpdateEvmProofResult {
pub committee_poseidon: U256,
pub public_inputs: Vec<U256>,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct SyncCommitteePoseidonParams {
pub pubkeys: Vec<Vec<u8>>,
}

#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct SyncCommitteePoseidonResult {
pub commitment: [u8; 32],
}

0 comments on commit 5b56b51

Please sign in to comment.