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