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

FeeAccount

Required methods

Implementations on Foreign Types

Implementors