getGasPrice Returns the current price of gas (in drip). Usage example.tsclient.tsFileexample.tsCopyimport { publicClient } from "./client"; const gasPrice = await publicClient.getGasPrice(); Returns bigint The gas price (in drip). JSON-RPC Method cfx_gasprice