macro_rules! rpc_params { ($($param:expr),*) => { ... }; }
Convert the given values to a [RpcParams] as expected by a Rpc Client (http or websocket).
RpcParams
Panics if the serialization of parameters fails.