Crate aztec_fee

Crate aztec_fee 

Source
Expand description

Fee payment strategies for aztec-rs.

This crate provides implementations of the FeePaymentMethod trait, which determines how transaction fees are paid on the Aztec network.

§Available strategies

Structs§

FeeJuicePaymentMethodWithClaim
Pays transaction fees by claiming Fee Juice from an L1-to-L2 bridge deposit.
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.