Type Definition scsys_core::BlockTr

source · []
pub type BlockTr<T = String> = [T; 16];
Expand description

Type alias for a batch of transactions for a block as an array of type (T) and size 16