Skip to main content

Crate ark_fees

Crate ark_fees 

Source
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.
OffchainInput
An offchain input (VTXO) for fee calculation.
OnchainInput
An onchain input (boarding) for fee calculation.
Output
An output for fee calculation.

Enums§

Error
Error type for fee estimation.
VtxoType
Type of VTXO input.