pub async fn get_all_spendables_for_channel( pool: DbPool, channel_id: &ChannelId, skip: u64, limit: u64) -> Result<(Vec<Spendable>, Pagination), PoolError>