Documentation
¶
Overview ¶
Package codec speaks the JSON-RPC spelling this repo's VMs serve. A client names a method as class.function with a lower-case initial, and the codec hands the server the exported Go method that answers it, so quantumvm.getBlock reaches Service.GetBlock.
A function whose initial is already upper-case is refused, so exactly one spelling reaches a service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.