macro_rules! execute { ($call:path, $req:ident) => { ... }; }
Executes an rpc call with the default Client and prints the results.
Client