Registry / utility / ckb-fee-estimator

ckb-fee-estimator

JSON →
library1.1.0rscratesunverified

CKB's built-in fee estimator, which shares data with the ckb node through the tx-pool service

# Cargo.toml [dependencies] ckb-fee-estimator = "1.1.0"
INSTALL
IMPORT
SIG · CKB-FEE-ESTIMATOR
C
ckb-fee-estimator
utilityrustv1.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FeeEstimator
use ckb_fee_estimator::FeeEstimator;

Creates a new fee estimator instance

use ckb_fee_estimator::FeeEstimator; fn main() { let estimator = FeeEstimator::new(); println!("Fee estimator created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
ckb-fee-estimator — cargo add ckb-fee-estimator · libregistry