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