pub trait TreasuryAccountProvider<Account> {
    // Required method
    fn get_treasury_account(treasury_account: TreasuryAccount) -> Account;
}

Required Methods§

source

fn get_treasury_account(treasury_account: TreasuryAccount) -> Account

Implementors§