[][src]Trait sunshine_util::traits::TermSheetExit

pub trait TermSheetExit<AccountId, Currency>: OnChainBank {
    fn burn_shares_to_exit_bank_ownership(
        rage_quitter: AccountId,
        bank_id: Self::TreasuryId
    ) -> Result<Currency, DispatchError>; }

Required methods

fn burn_shares_to_exit_bank_ownership(
    rage_quitter: AccountId,
    bank_id: Self::TreasuryId
) -> Result<Currency, DispatchError>

Loading content...

Implementors

Loading content...