Trait UtxoIdExt

Source
pub trait UtxoIdExt {
    // Required method
    fn to_csl(&self) -> TransactionInput;
}
Expand description

Extension trait for UtxoId.

Required Methods§

Source

fn to_csl(&self) -> TransactionInput

Converts domain UtxoId to CSL [TransactionInput].

Implementations on Foreign Types§

Source§

impl UtxoIdExt for UtxoId

Source§

fn to_csl(&self) -> TransactionInput

Implementors§