Documentation
¶
Overview ¶
Package callcmd implements `lux call` — every operation a node publishes, as a command, with none of them written down here.
The node derives an OpenAPI document from its typed-op registry; this asks a running node for that document and projects it back into a command tree. So an operation registered on the node this morning is a command this afternoon with nothing rebuilt and no release of this binary, and a command cannot address an operation the node does not serve, because there is no second place for one to be written.
It replaces the shape it grew out of: a hand-maintained list of methods, each one a string somebody typed. That is how this SDK came to send exchangevm.getBlock to a node that registers the X-chain under xvm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.