Trait clockwork_client::network::objects::SnapshotEntryAccount
source · [−]pub trait SnapshotEntryAccount {
fn pubkey(&self) -> Pubkey;
fn init(
&mut self,
delegation: Pubkey,
id: u64,
snapshot_frame: Pubkey,
stake_amount: u64
) -> Result<(), Error>;
}Expand description
SnapshotEntryAccount