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

TreasuryAccount

Required methods

Implementations on Foreign Types

Implementors