pub trait SnapshotEntryAccount {
// Required method
fn new(
&mut self,
id: u64,
delegate: Pubkey,
snapshot: Pubkey,
stake_offset: u64,
stake_amount: u64,
) -> Result<()>;
}Expand description
SnapshotEntryAccount