GetGasPrice

Description

This endpoint fetches the current fees (for EVM based chains:\ gasprice) for a specific chain

void GetGasPrice(const EVyChain& chain) const

Parameters

chain

The blockchain for which you want to get gas price details

Returns

void Gas price for a chain retrieved successfully.

Last updated