soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
139 lines (74 loc) • 3.22 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / SuggestedGasFees
# Interface: SuggestedGasFees
[<internal>](../modules/internal_.md).SuggestedGasFees
suggested gas fees interface
**`Interface`**
SuggestedGasFees
**`Property`**
the low fee
**`Property`**
the medium fee
**`Property`**
the high fee
## Table of contents
### Properties
- [baseFeeTrend](internal_.SuggestedGasFees.md#basefeetrend)
- [estimatedBaseFee](internal_.SuggestedGasFees.md#estimatedbasefee)
- [high](internal_.SuggestedGasFees.md#high)
- [historicalBaseFeeRange](internal_.SuggestedGasFees.md#historicalbasefeerange)
- [historicalPriorityFeeRange](internal_.SuggestedGasFees.md#historicalpriorityfeerange)
- [latestPriorityFeeRange](internal_.SuggestedGasFees.md#latestpriorityfeerange)
- [low](internal_.SuggestedGasFees.md#low)
- [medium](internal_.SuggestedGasFees.md#medium)
- [networkCongestion](internal_.SuggestedGasFees.md#networkcongestion)
- [priorityFeeTrend](internal_.SuggestedGasFees.md#priorityfeetrend)
## Properties
### baseFeeTrend
• **baseFeeTrend**: `string`
#### Defined in
[src/entity/codefiGasFees.ts:42](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L42)
___
### estimatedBaseFee
• **estimatedBaseFee**: `string`
#### Defined in
[src/entity/codefiGasFees.ts:36](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L36)
___
### high
• **high**: [`fee`](internal_.fee.md)
#### Defined in
[src/entity/codefiGasFees.ts:35](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L35)
___
### historicalBaseFeeRange
• **historicalBaseFeeRange**: `string`[]
#### Defined in
[src/entity/codefiGasFees.ts:40](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L40)
___
### historicalPriorityFeeRange
• **historicalPriorityFeeRange**: `string`[]
#### Defined in
[src/entity/codefiGasFees.ts:39](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L39)
___
### latestPriorityFeeRange
• **latestPriorityFeeRange**: `string`[]
#### Defined in
[src/entity/codefiGasFees.ts:38](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L38)
___
### low
• **low**: [`fee`](internal_.fee.md)
#### Defined in
[src/entity/codefiGasFees.ts:33](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L33)
___
### medium
• **medium**: [`fee`](internal_.fee.md)
#### Defined in
[src/entity/codefiGasFees.ts:34](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L34)
___
### networkCongestion
• **networkCongestion**: `number`
#### Defined in
[src/entity/codefiGasFees.ts:37](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L37)
___
### priorityFeeTrend
• **priorityFeeTrend**: `string`
#### Defined in
[src/entity/codefiGasFees.ts:41](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L41)