pub fn transform_named_arguments(
    in_: &JSONRPCRequest,
    arg_names: &Vec<String>
) -> JSONRPCRequest
Expand description

| Process named arguments into a vector | of positional arguments, based on the | passed-in specification for the RPC | call’s arguments. |