clementine_core::builder::transaction

Function anchor_output

Source
pub fn anchor_output(amount: Amount) -> TxOut
Expand description

Creates a P2A (anchor) output for Child Pays For Parent (CPFP) fee bumping.

ยงReturns

A [TxOut] with a statically defined script and value, used as an anchor output in protocol transactions. The TxOut is spendable by anyone.