Module thin_jsonrpc_client::params
source · Expand description
Helpers to build parameters for a JSON-RPC request.
Structs
- Parameter builder to build valid “array” or “unnamed” JSON-RPC parameters. This is the equivalent of a JSON array like
[ value0, value1, .., valueN ]. - Parameter builder to build valid “object or “named” parameters. This is the equivalent of a JSON Map object
{ key: value }.
Traits
- A trait which is implemented for anything which can be turned into valid RPC parameters.