We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1235d44 commit 3bc5f1fCopy full SHA for 3bc5f1f
consensus/types/src/validator_registration_data.rs
@@ -4,7 +4,7 @@ use ssz_derive::{Decode, Encode};
4
use tree_hash_derive::TreeHash;
5
6
/// Validator registration, for use in interacting with servers implementing the builder API.
7
-#[derive(PartialEq, Debug, Serialize, Deserialize, Clone)]
+#[derive(PartialEq, Debug, Serialize, Deserialize, Clone, Encode, Decode)]
8
pub struct SignedValidatorRegistrationData {
9
pub message: ValidatorRegistrationData,
10
pub signature: Signature,
0 commit comments