pub type TransactionBcs = Vec<u8>;
BCS serialized Transaction, where a Transaction includes the TransactionData and a Vec
struct TransactionBcs { /* private fields */ }