ckb-tx-pool 1.2.2

CKB Tx-pool stores transactions, which is designed for CKB Two Step Transaction Confirmation mechanism
Documentation
1
2
3
4
5
6
7
8
9
10
mod chunk;
mod entry;
mod estimate;
mod links;
mod orphan;
mod pending;
mod proposed;
mod recent_reject;
mod score_key;
mod util;