Trait clockwork_pool::state::PoolAccount
source · [−]pub trait PoolAccount {
fn new(&mut self) -> Result<()>;
fn rotate(
&mut self,
config: &Account<'_, Config>,
worker: Pubkey
) -> Result<()>;
}Expand description
PoolAccount