macro_rules! produce_blocks { ($primary_node:ident, $operator_node:ident, $count: literal $(, $domain_node:ident)*) => { ... }; }
Expand description
Produce the given number of blocks for both the primary node and the domain nodes
macro_rules! produce_blocks { ($primary_node:ident, $operator_node:ident, $count: literal $(, $domain_node:ident)*) => { ... }; }
Produce the given number of blocks for both the primary node and the domain nodes