Skip to content

Commit

Permalink
Update types/src/extended_header.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Yiannis Marangos <[email protected]>
Signed-off-by: Mikołaj Florkiewicz <[email protected]>
  • Loading branch information
fl0rek and oblique authored Dec 14, 2024
1 parent f37ad84 commit b86fa7a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions types/src/extended_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,28 +70,12 @@ const VERIFY_CLOCK_DRIFT: Duration = Duration::from_secs(10);
#[cfg(not(all(feature = "wasm-bindgen", target_arch = "wasm32")))]
pub struct ExtendedHeader {
/// Tendermint block header.
#[cfg_attr(
all(feature = "wasm-bindgen", target_arch = "wasm32"),
wasm_bindgen(skip)
)]
pub header: Header,
/// Commit metadata and signatures from validators committing the block.
#[cfg_attr(
all(feature = "wasm-bindgen", target_arch = "wasm32"),
wasm_bindgen(skip)
)]
pub commit: Commit,
/// Information about the set of validators commiting the block.
#[cfg_attr(
all(feature = "wasm-bindgen", target_arch = "wasm32"),
wasm_bindgen(skip)
)]
pub validator_set: ValidatorSet,
/// Header of the block data availability.
#[cfg_attr(
all(feature = "wasm-bindgen", target_arch = "wasm32"),
wasm_bindgen(getter_with_clone)
)]
pub dah: DataAvailabilityHeader,
}

Expand Down

0 comments on commit b86fa7a

Please sign in to comment.