pub type BorshSerializedUnsignedTransaction = Vec<u8>;
Expand description

Alias of Vec<u8>. The goal is naming to help understand what the bytes to deal with

Aliased Type§

struct BorshSerializedUnsignedTransaction { /* private fields */ }