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

Class DepositRequest

types/src/execution_request.rs:131–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 amount,
130 index,
131 reason,
132 })
133 }
134 }
135}
136
137#[derive(Debug, Clone, PartialEq)]
138pub struct WithdrawalRequest {
139 pub source_address: Address, // Address that initiated the withdrawal
140 pub validator_pubkey: [u8; 32], // Validator ed25519 public key
141 pub amount: u64, // Amount in gwei
142}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected