pub type BlockTr<T = String> = [T; 16];
Type alias for a batch of transactions for a block as an array of type (T) and size 16