Function: getFeeData()
getFeeData(signer): Promise<FeeData>
Fetches the current gas fee data for a connected network.
Parameters
• signer: Signer
A signer instance.
Returns
Promise<FeeData>
Current gas fee information for the network.
Source
@tableland/sdk/src/helpers/ethers.ts:57