Trait bitcoincore_rpc::GetTransaction 
source · pub trait GetTransaction {
    fn transaction(&self) -> Result<Transaction, Error>;
}Expand description
Retrieve a relevant Transaction for the type.
pub trait GetTransaction {
    fn transaction(&self) -> Result<Transaction, Error>;
}Retrieve a relevant Transaction for the type.