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