getStakesByIds

abstract suspend fun getStakesByIds(ids: List<String>, limit: Int? = null, cursor: String? = null): Option<Stakes>

Get the stakes by IDs

Return

An Option of nullable Stakes

Parameters

ids

The IDs to get the stakes for

limit

The limit of stakes to get

cursor

The cursor to get the stakes from