pub trait TryIntoUtxoEntryReferences {
    // Required method
    fn try_into_utxo_entry_references(
        &self
    ) -> Result<Vec<UtxoEntryReference>, Error>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl TryIntoUtxoEntryReferences for JsValue

Implementors§