Struct TxConstantData
pub struct TxConstantData {
pub historical_header: BlockHeader,
pub tx_context: TxContext,
pub vk_tree_root: Field,
pub protocol_contract_tree_root: Field,
}
Fields
historical_header: BlockHeadertx_context: TxContextvk_tree_root: Fieldprotocol_contract_tree_root: FieldTrait implementations
impl Deserialize for TxConstantData
pub fn deserialize(serialized: [Field; 36]) -> Self
impl Empty for TxConstantData
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for TxConstantData
pub fn eq(_self: Self, _other: Self) -> bool
impl Serialize for TxConstantData
pub fn serialize(self) -> [Field; 36]