pub fn get_age_of_sent_at(
    tx: &TransactionRepoModel,
) -> Result<Duration, TransactionError>Expand description
Gets the age of a transaction since it was sent.
pub fn get_age_of_sent_at(
    tx: &TransactionRepoModel,
) -> Result<Duration, TransactionError>Gets the age of a transaction since it was sent.