pub trait FeeAccount {
    fn init(&mut self, daemon: Pubkey, bump: u8) -> Result<()>;
fn collect(&mut self, treasury: &mut Account<'_, Treasury>) -> Result<()>; }
Expand description

FeeAccount

Required methods

Implementations on Foreign Types

Implementors