TransactionMessageWithLifetime

type TransactionMessageWithLifetime = 
  | TransactionMessageWithBlockhashLifetime
  | TransactionMessageWithDurableNonceLifetime;

A transaction message with any valid lifetime constraint.