pub struct Header {
pub id: BlockId,
pub da_height: U64,
pub transactions_count: U64,
pub output_messages_count: U64,
pub transactions_root: Bytes32,
pub output_messages_root: Bytes32,
pub height: U64,
pub prev_root: Bytes32,
pub time: Tai64Timestamp,
pub application_hash: Bytes32,
}
Fields§
§id: BlockId
§da_height: U64
§transactions_count: U64
§output_messages_count: U64
§transactions_root: Bytes32
§output_messages_root: Bytes32
§height: U64
§prev_root: Bytes32
§time: Tai64Timestamp
§application_hash: Bytes32
Trait Implementations§
source§impl<'de> Deserialize<'de> for Header
impl<'de> Deserialize<'de> for Header
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'de> QueryFragment<'de> for Header
impl<'de> QueryFragment<'de> for Header
§type SchemaType = Header
type SchemaType = Header
The type in a schema that this
QueryFragment
representssource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
Adds this fragment to the query being built by
builder
Auto Trait Implementations§
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more