Trait clockwork_client::network::objects::FeeAccount
source · [−]pub trait FeeAccount {
fn pubkey(&self) -> Pubkey;
fn init(&mut self, worker: Pubkey) -> Result<(), Error>;
}Expand description
Trait for reading and writing to a fee account.