getStakes

open suspend override fun getStakes(owner: AccountAddress, limit: Int?, cursor: String?): Option<Stake>

Get stakes for an address

Return

An Option of nullable Stake

Parameters

owner

The address to get stakes for

limit

The limit of stakes to get

cursor

The cursor to get stakes from