Trait clockwork_network::state::SnapshotEntryAccount
source · [−]pub trait SnapshotEntryAccount {
fn new(
&mut self,
id: u64,
snapshot: Pubkey,
stake_offset: u64,
stake_amount: u64,
worker: Pubkey
) -> Result<()>;
}Expand description
SnapshotEntryAccount