pub trait UtxoIdExt { // Required method fn to_csl(&self) -> TransactionInput; }
Extension trait for UtxoId.
Converts domain UtxoId to CSL [TransactionInput].