pub trait TreasuryAccount {
    fn init(&mut self, bump: u8) -> ProgramResult;
}
Expand description

TreasuryAccount

Required methods

Implementations on Foreign Types

Implementors