Start refactoring into separate commands

This commit is contained in:
Paul Hauner
2022-08-17 11:12:08 +10:00
parent e25526ea2a
commit e463518df6
7 changed files with 819 additions and 126 deletions

View File

@@ -1,9 +1,10 @@
use account_utils::ZeroizeString;
use eth2_keystore::Keystore;
use serde::{Deserialize, Serialize};
use slashing_protection::interchange::Interchange;
use types::{Address, PublicKeyBytes};
pub use slashing_protection::interchange::Interchange;
#[derive(Debug, Deserialize, Serialize, PartialEq)]
pub struct GetFeeRecipientResponse {
pub pubkey: PublicKeyBytes,