We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbdeda1 commit 0bd12c6Copy full SHA for 0bd12c6
1 file changed
batcher/aligned-sdk/src/beacon.rs
@@ -37,20 +37,6 @@ pub struct BlobData {
37
pub kzg_commitment_inclusion_proof: Vec<String>,
38
}
39
40
-/*
41
-#[derive(Deserialize, Debug)]
42
-pub struct GetBlockHeadersResponse {
43
- pub blocks: Vec<BeaconBlock>,
44
-}
45
-
46
-impl GetBlockHeadersResponse {
47
- fn from_response_data(data: Value) -> Result<Self, serde_json::Error> {
48
- let blocks = Vec::<BeaconBlock>::deserialize(data)?;
49
50
- Ok(Self { blocks })
51
- }
52
53
-*/
54
#[derive(Deserialize, Debug)]
55
#[allow(dead_code)]
56
pub struct BeaconBlock {
0 commit comments