Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tezos_dac_lib.RPC_services
SourceV0
is experimental DAC API. V0
is deprecated, however for the time being the API will be binding. It will be used by 1M/tps demo. The plan is to remove it once we get rid of the Legacy
mode. Use at your own risk!
GET dac/health/live returns true
if Node_context.get_status cctxt
is Starting
or Ready
.
GET dac/health/ready returns true
if Node_context.get_status cctxt
is Ready
and fail with tzfail Dac_node_not_ready
otherwise.