getStakesByIds

open suspend override fun getStakesByIds(ids: List<String>, limit: Int?, cursor: String?): Option<Stakes>

Get stakes by IDs

Return

An Option of nullable Stakes

Parameters

ids

The IDs of the stakes to get

limit

The limit of stakes to get

cursor

The cursor to get stakes from