deleted deposit types
This commit is contained in:
parent
77838734b5
commit
2b818d0c70
@ -1,8 +0,0 @@
|
||||
use super::{Hash256};
|
||||
use super::deposit_data::DepositData;
|
||||
|
||||
pub struct Deposit {
|
||||
pub merkle_branch: Vec<Hash256>,
|
||||
pub merkle_tree_index: u64,
|
||||
pub deposit_data: DepositData
|
||||
}
|
@ -1,7 +0,0 @@
|
||||
use super::deposit_input::DepositInput;
|
||||
|
||||
pub struct DepositData {
|
||||
pub deposit_input: DepositInput,
|
||||
pub value: u64,
|
||||
pub timestamp: u64
|
||||
}
|
@ -1,9 +0,0 @@
|
||||
use super::bls::{PublicKey, Signature};
|
||||
use super::{Hash256};
|
||||
|
||||
pub struct DepositInput {
|
||||
pub pubkey: PublicKey,
|
||||
pub withdrawal_credentials: Hash256,
|
||||
pub randao_commitment: Hash256,
|
||||
pub proof_of_possession: Signature
|
||||
}
|
Loading…
Reference in New Issue
Block a user