Function write_coins

Source
pub fn write_coins<W: Write>(
    writer: &mut W,
    txid: Txid,
    coins: Vec<OutputEntry>,
) -> Result<()>