Expand description
Gas and fee payment types.
Structs§
- FeeJuice
Payment Method With Claim - Pays transaction fees by claiming Fee Juice from an L1-to-L2 bridge deposit.
- Gas
- Gas consumption broken down by DA and L2 components.
- GasFees
- Per-unit gas fee prices.
- GasSettings
- Gas limits and fee caps for a transaction.
- L2Amount
Claim - Data required to claim bridged Fee Juice on L2.
- Native
FeePayment Method - Pays transaction fees using the sender’s existing Fee Juice balance.
- Sponsored
FeePayment Method - A fee payment method where a sponsor contract pays the fee unconditionally.
Traits§
- FeePayment
Method - Trait that all fee payment strategies implement.