Expand description
Fee estimation library using CEL (Common Expression Language) for calculating Arkade transaction fees.
This library provides an Estimator that evaluates CEL expressions to calculate fees
based on input and output characteristics.
Structs§
- Config
- Configuration for the fee estimator.
- Estimator
- Fee estimator using CEL expressions.
- FeeAmount
- Fee amount as a floating point value in satoshis.
- Offchain
Input - An offchain input (VTXO) for fee calculation.
- Onchain
Input - An onchain input (boarding) for fee calculation.
- Output
- An output for fee calculation.