Uses of Class
com.syntifi.near.api.indexer.model.StakingDeposit
-
Packages that use StakingDeposit Package Description com.syntifi.near.api.indexer.service -
-
Uses of StakingDeposit in com.syntifi.near.api.indexer.service
Methods in com.syntifi.near.api.indexer.service that return types with arguments of type StakingDeposit Modifier and Type Method Description retrofit2.Call<java.util.List<StakingDeposit>>
NearIndexerService. getStakingDeposits(java.lang.String accountId)
Fetches staing deposits for an account
-