pub type BorshSerializedUnsignedTransaction = Vec<u8>;
Alias of Vec<u8>. The goal is naming to help understand what the bytes to deal with
Vec<u8>
pub struct BorshSerializedUnsignedTransaction { /* private fields */ }