Trait clockwork_client::network::state::SnapshotAccount
source · pub trait SnapshotAccount {
// Required methods
fn pubkey(&self) -> Pubkey;
fn init(&mut self, id: u64) -> Result<(), Error>;
}Expand description
SnapshotAccount