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