MCPcopy Create free account
hub / github.com/SeismicSystems/summit / happy_path_pause

Function happy_path_pause

rpc/src/auth.rs:77–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 Ok(())
76}
77
78#[cfg(test)]
79mod tests {
80 use super::*;
81 use alloy_signer::SignerSync;
82 use alloy_signer_local::PrivateKeySigner;
83 use summit_types::pause_signature_domain;
84
85 // Two deployments that share an admin key but differ in their chain
86 // identity (genesis hash and/or namespace).
87 fn scope_a() -> String {

Callers

nothing calls this directly

Calls 1

signFunction · 0.85

Tested by

no test coverage detected