fuel_core_compression::ports

Trait UtxoIdToPointer

Source
pub trait UtxoIdToPointer {
    // Required method
    fn lookup(&self, utxo_id: UtxoId) -> Result<CompressedUtxoId>;
}
Expand description

Lookup for UTXO pointers used for compression.

Required Methods§

Source

fn lookup(&self, utxo_id: UtxoId) -> Result<CompressedUtxoId>

Implementations on Foreign Types§

Source§

impl<D> UtxoIdToPointer for &mut D
where D: UtxoIdToPointer,

Implementors§