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