macro_rules! rpc_params {
    ($($param:expr),*) => { ... };
}
Available on crate feature client only.
Expand description

Convert the given values to a crate::params::ArrayParams as expected by a jsonrpsee Client (http or websocket).

Panics

Panics if the serialization of parameters fails.