getStakes

abstract suspend fun getStakes(owner: AccountAddress, limit: Int? = null, cursor: String? = null): Option<Stake>

Get the stakes

Return

An Option of nullable Stake

Parameters

owner

The owner to get the stakes for

limit

The limit of stakes to get

cursor

The cursor to get the stakes from