pub trait SnapshotEntryAccount {
// Required methods
fn pubkey(&self) -> Pubkey;
fn init(
&mut self,
delegation: Pubkey,
id: u64,
snapshot_frame: Pubkey,
stake_amount: u64
) -> Result<()>;
}
Expand description
SnapshotEntryAccount