Uses of Class
com.syntifi.near.api.model.gas.GasPrice
-
Packages that use GasPrice Package Description com.syntifi.near.api.service -
-
Uses of GasPrice in com.syntifi.near.api.service
Methods in com.syntifi.near.api.service that return GasPrice Modifier and Type Method Description GasPrice
NearService. getGasPrice(long blockHeight)
Returns gas price for a specific block_height or block_hash.GasPrice
NearService. getGasPrice(java.lang.String blockHash)
Returns gas price for a specific block_height or block_hash.
-