fixup! feat: add a function to read a "bloc / field size" in SSV memory
This commit is contained in:
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
pub struct ElementSize {
|
pub struct ElementSize {
|
||||||
size: usize,
|
pub size: usize,
|
||||||
pad: usize,
|
pub pad: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(PartialEq, Debug)]
|
#[derive(PartialEq, Debug)]
|
||||||
|
Reference in New Issue
Block a user