Trait cronos_pool::state::ConfigAccount
source · [−]pub trait ConfigAccount {
fn new(&mut self, admin: Pubkey, cycler: Pubkey) -> Result<()>;
fn update(
&mut self,
admin: &Signer<'_>,
settings: ConfigSettings
) -> Result<()>;
}Expand description
ConfigAccount