pub trait TransactionEnvelope: Transaction { type TxType: Typed2718; }
A typed transaction envelope.
The enum of transaction types.