Uses of Class
com.syntifi.near.api.indexer.model.NearValue
-
Packages that use NearValue Package Description com.syntifi.near.api.indexer.json.deserializer com.syntifi.near.api.indexer.service -
-
Uses of NearValue in com.syntifi.near.api.indexer.json.deserializer
Methods in com.syntifi.near.api.indexer.json.deserializer that return NearValue Modifier and Type Method Description NearValue
NearValueDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of NearValue in com.syntifi.near.api.indexer.service
Methods in com.syntifi.near.api.indexer.service that return types with arguments of type NearValue Modifier and Type Method Description retrofit2.Call<NearValue>
NearIndexerService. getNearValue()
Fetches the value of near in fiat currency
-