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