[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / FeeData

# Interface: FeeData

[<internal>](../modules/internal_.md).FeeData

## Table of contents

### Properties

- [gasPrice](internal_.FeeData.md#gasprice)
- [lastBaseFeePerGas](internal_.FeeData.md#lastbasefeepergas)
- [maxFeePerGas](internal_.FeeData.md#maxfeepergas)
- [maxPriorityFeePerGas](internal_.FeeData.md#maxpriorityfeepergas)

## Properties

### gasPrice

• **gasPrice**: ``null`` \| [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:88

___

### lastBaseFeePerGas

• **lastBaseFeePerGas**: ``null`` \| [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:85

___

### maxFeePerGas

• **maxFeePerGas**: ``null`` \| [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:86

___

### maxPriorityFeePerGas

• **maxPriorityFeePerGas**: ``null`` \| [`BigNumber`](../classes/internal_.BigNumber.md)

#### Defined in

node_modules/@ethersproject/abstract-provider/lib/index.d.ts:87
