Trait baru::GetUtxos[][src]

pub trait GetUtxos {
    fn get_utxos<'life0, 'async_trait>(
        &'life0 self,
        address: Address
    ) -> Pin<Box<dyn Future<Output = Result<Vec<(OutPoint, TxOut)>>> + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

Implementors