MCPcopy Create free account
hub / github.com/BitVM/BitVM / output_is_field_element

Method output_is_field_element

bitvm/src/chunk/elements.rs:216–218  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

214 }
215
216 pub fn output_is_field_element(&self) -> bool {
217 matches!(self, DataType::U256Data(_))
218 }
219
220 // hashing pre-image for the DataType
221 #[allow(clippy::wrong_self_convention)]

Calls

no outgoing calls

Tested by

no test coverage detected