Struct NoteHashLeafPreimage
pub struct NoteHashLeafPreimage {
pub value: Field,
}
Fields
value: FieldImplementations
impl NoteHashLeafPreimage
pub fn is_empty(self) -> bool
pub fn serialize(self) -> [Field; 1]
pub fn deserialize(fields: [Field; 1]) -> Self
Trait implementations
impl Empty for NoteHashLeafPreimage
pub fn empty() -> Self
pub fn is_empty(self) -> bool
pub fn assert_empty<let S: u32>(self, msg: str<S>)
impl Eq for NoteHashLeafPreimage
pub fn eq(self, other: Self) -> bool
impl LeafPreimage for NoteHashLeafPreimage
impl Readable for NoteHashLeafPreimage
pub fn assert_match_read_request(self, read_request: Field)