Lending Pool Maintain

fn accumulate_interest(
    &mut self,
    asset: AccountId,
) -> Result<(), LendingPoolError>;

Last updated