Trait clockwork_pool_program::objects::ConfigAccount
source · [−]pub trait ConfigAccount {
fn init(&mut self, admin: Pubkey, pool_authority: Pubkey) -> Result<()>;
fn update(&mut self, settings: ConfigSettings) -> Result<()>;
}
Expand description
ConfigAccount