Module fee

Module fee 

Source
Expand description

Gas and fee payment types.

Structs§

FeeJuicePaymentMethodWithClaim
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.
L2AmountClaim
Data required to claim bridged Fee Juice on L2.
NativeFeePaymentMethod
Pays transaction fees using the sender’s existing Fee Juice balance.
SponsoredFeePaymentMethod
A fee payment method where a sponsor contract pays the fee unconditionally.

Traits§

FeePaymentMethod
Trait that all fee payment strategies implement.