This describes an object that can perform RPCs.
Calls an RPC function with the given ID and input.
The ID of the RPC function to call.
The input to the RPC function.
A promise that resolves to the output of the RPC function.
This describes an object that can perform RPCs.