Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
46
pub struct AppDataHash(pub [u8; 32]);
47
48
impl AppDataHash {
49
pub fn is_zero(&self) -> bool {
Callers
15
validate
Method · 0.70
wrapper_cache_detects_wrappers
Function · 0.70
with_app_data
Method · 0.50
hash
Method · 0.50
deserialization_and_back
Function · 0.50
order_creation_serialization
Function · 0.50
order_creation_app_data
Function · 0.50
order_creation_signature
Function · 0.50
compute_order_uid
Function · 0.50
full_order_into_model_order
Function · 0.50
data
Method · 0.50
eth_flow_tx
Function · 0.50
Calls
no outgoing calls
Tested by
14
wrapper_cache_detects_wrappers
Function · 0.56
deserialization_and_back
Function · 0.40
order_creation_serialization
Function · 0.40
order_creation_app_data
Function · 0.40
order_creation_signature
Function · 0.40
compute_order_uid
Function · 0.40
eth_flow_tx
Function · 0.40
eth_flow_native_bridge_post_hook
Function · 0.40
forked_mainnet_wrapper_test
Function · 0.40
app_data
Function · 0.40
app_data_full_format
Function · 0.40
cid
Function · 0.40