Macro rpc_params

Source
macro_rules! rpc_params {
    ($($param:expr),*) => { ... };
}
Expand description

Convert the given values to a [RpcParams] as expected by a Rpc Client (http or websocket).

ยงPanics

Panics if the serialization of parameters fails.