Trait citadel::chainapi::Driver[][src]

pub trait Driver {
    fn transactions_by_txid(
        txid: Vec<Txid>,
        only_mined: bool
    ) -> Vec<Transaction>;
fn txid_by_address(address: Address) -> Vec<Txid>;
fn txid_by_derived_descriptor(
        descriptor: ContractDescriptor<PubkeyChain>,
        index: UnhardenedIndex
    ) -> Vec<Txid>; }

Required methods

Loading content...

Implementors

Loading content...