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.