pub trait SnapshotFrameAccount {
    fn pubkey(&self) -> Pubkey;
    fn init(
        &mut self,
        id: u64,
        snapshot: Pubkey,
        stake_amount: u64,
        stake_offset: u64,
        worker: Pubkey
    ) -> Result<()>; }
Expand description

SnapshotFrameAccount

Required Methods§

Implementations on Foreign Types§

Implementors§