pub trait GetTransaction {
    fn transaction(&self) -> Result<Transaction, Error>;
}
Expand description

Retrieve a relevant Transaction for the type.

Required Methods

Implementations on Foreign Types

Implementors