get_gas_priceΒΆ
async get_gas_price() -> int
Get the current gas price on the network.
Returns:
int: The gas price in wei.
Example usage:
gas_price = await bsc_client.get_gas_price()
async get_gas_price() -> int
Get the current gas price on the network.
Returns:
int: The gas price in wei.
Example usage:
gas_price = await bsc_client.get_gas_price()