| 129 | amount, |
| 130 | index, |
| 131 | reason, |
| 132 | }) |
| 133 | } |
| 134 | } |
| 135 | } |
| 136 | |
| 137 | #[derive(Debug, Clone, PartialEq)] |
| 138 | pub 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected