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

SnapshotEntryAccount

Required Methods

Implementations on Foreign Types

Implementors