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

Method pause

rpc/src/server.rs:381–386  ·  view source on GitHub ↗
(&self, timestamp_secs: u64, signature: String)

Source from the content-addressed store, hash-verified

379 }
380}
381
382fn sign_deposit(
383 key_store_path: &str,
384 deposit_signature_domain: Digest,
385 amount: u64,
386 address: String,
387) -> RpcResult<DepositTransactionResponse> {
388 let mut withdrawal_credentials = [0u8; 32];
389 withdrawal_credentials[0] = 0x01;

Calls 1

verify_actionFunction · 0.85