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