MCPcopy Create free account
hub / github.com/cowprotocol/services / AppDataHash

Class AppDataHash

crates/app-data/src/app_data_hash.rs:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44/// being signed by the user.
45#[derive(Clone, Copy, Default, Eq, Hash, PartialEq)]
46pub struct AppDataHash(pub [u8; 32]);
47
48impl AppDataHash {
49 pub fn is_zero(&self) -> bool {

Callers 15

validateMethod · 0.70
with_app_dataMethod · 0.50
hashMethod · 0.50
deserialization_and_backFunction · 0.50
order_creation_app_dataFunction · 0.50
order_creation_signatureFunction · 0.50
compute_order_uidFunction · 0.50
dataMethod · 0.50
eth_flow_txFunction · 0.50

Calls

no outgoing calls

Tested by 14

deserialization_and_backFunction · 0.40
order_creation_app_dataFunction · 0.40
order_creation_signatureFunction · 0.40
compute_order_uidFunction · 0.40
eth_flow_txFunction · 0.40
app_dataFunction · 0.40
app_data_full_formatFunction · 0.40
cidFunction · 0.40