Skip to content

Commit

Permalink
switch to getter
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0rek committed Dec 14, 2024
1 parent b86fa7a commit 8e27863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/extended_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub struct ExtendedHeader {
#[wasm_bindgen(skip)]
pub validator_set: ValidatorSet,
/// Header of the block data availability.
#[wasm_bindgen(skip)]
#[wasm_bindgen(getter_with_clone)]
pub dah: DataAvailabilityHeader,
}

Expand Down

0 comments on commit 8e27863

Please sign in to comment.