soul-wallet-lib
Version:
The EIP-4337 library for Soul-Wallet
77 lines (40 loc) • 1.62 kB
Markdown
[soul-wallet-lib](../README.md) / [Exports](../modules.md) / [<internal\>](../modules/internal_.md) / fee
# Interface: fee
[<internal>](../modules/internal_.md).fee
gas fee interface
**`Interface`**
fee
**`Property`**
the suggested max priority fee per gas
**`Property`**
the suggested max fee per gas
**`Property`**
the min wait time estimate
**`Property`**
the max wait time estimate
## Table of contents
### Properties
- [maxWaitTimeEstimate](internal_.fee.md#maxwaittimeestimate)
- [minWaitTimeEstimate](internal_.fee.md#minwaittimeestimate)
- [suggestedMaxFeePerGas](internal_.fee.md#suggestedmaxfeepergas)
- [suggestedMaxPriorityFeePerGas](internal_.fee.md#suggestedmaxpriorityfeepergas)
## Properties
### maxWaitTimeEstimate
• **maxWaitTimeEstimate**: `number`
#### Defined in
[src/entity/codefiGasFees.ts:22](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L22)
___
### minWaitTimeEstimate
• **minWaitTimeEstimate**: `number`
#### Defined in
[src/entity/codefiGasFees.ts:21](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L21)
___
### suggestedMaxFeePerGas
• **suggestedMaxFeePerGas**: `string`
#### Defined in
[src/entity/codefiGasFees.ts:20](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L20)
___
### suggestedMaxPriorityFeePerGas
• **suggestedMaxPriorityFeePerGas**: `string`
#### Defined in
[src/entity/codefiGasFees.ts:19](https://github.com/proofofsoulprotocol/soulwalletlib/blob/93d2029/src/entity/codefiGasFees.ts#L19)