macro_rules! params { ($($param:expr),*) => { ... }; }
Construct positional/array parameters for a JSON-RPC Call.