pub type BlockTr<T = String> = [T; 16];
Defines a block of transactions to be an array of 16 transactions (T)