| 8 | |
| 9 | #[derive(Serialize, Deserialize, Clone, Debug)] |
| 10 | pub struct DepositTransactionResponse { |
| 11 | pub node_pubkey: [u8; 32], |
| 12 | pub consensus_pubkey: Vec<u8>, |
| 13 | pub withdrawal_credentials: [u8; 32], |
| 14 | pub node_signature: Vec<u8>, |
| 15 | pub consensus_signature: Vec<u8>, |
| 16 | pub deposit_data_root: [u8; 32], |
| 17 | } |
| 18 | |
| 19 | pub use summit_types::rpc::{ |
| 20 | CheckpointInfoRes, CheckpointRes, DepositResponse, EpochBoundsResponse, |
nothing calls this directly
no outgoing calls
no test coverage detected