Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What types of RPC transactions are there?

RPC transactions types
0
Posted

What types of RPC transactions are there?

0

* method: An RPC call with one or more return values * method_return: An RPC call with the return values from a previous RPC method call. This is best thought of as a “callback”. Callbacks have their own argument list (e.g. method signature) completely independent of the signature of its matching method. * signal: An RPC call which does not return any values (e.g. a one way event) * error_return: An RPC call whose signature is (method_name, err_code, err_msg).

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123